-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text message for level editor save #673
Comments
Actually, this message existed until I changed the editor interface to not use the HUD. Such messages are displayed in the HUD. As the HUD is now disabled in the editor (to fix the mouse offset issues!) there's no easy way to show messages in the editor. I'll take a look, though. I haven't thought about potentially noisy environments or deaf users. Meanwhile, you can save with CTRL+S. This is easier than clicking the save menu point. |
My fingers were faster than my brain. The HUD was not deactivated in the editor for mouse offset issues, but for the mouse click issues -- it was occupying the upper third and clicking there never made it to the game. |
Can the HUD be resized and/or moved as an alternative? |
Am 02. Februar 2020 um 22:05 Uhr -0800 schrieb Chris Jacobsen:
Can the HUD be resized and/or moved as an alternative?
Not really. The HUD encompasses the area from the top of the window
until the bottom edge of a possible message box. This is fine in level
play, but in the editor it's just in the way. I've earlier tried to
circumvent the problem with setting the "mouse passthrough" property to
true, but it somehow didn't work.
This problem can be solved differently, though. All that is needed is to
display a temporary CEGUI window after saving and destroy it after a
while. This should not be hard to implement.
-quintus
…--
Blog: https://mg.guelker.eu
|
When you save a level in TSC, it plays a sound effect indicating the save but has no other visual indication. It might make sense briefly to print a "Level Saved" message (with translations). This way if the user has sound turned off or is hearing impaired, they know what just happened. I didn't hear the sound effect in a restaurant with the sound off and got pretty confused myself, thinking I was having mouse offset issues.
The text was updated successfully, but these errors were encountered: