-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Title screen author overwrites title if title is 3 lines or over #986
Comments
There are warning messages generated for your example example saying that both the title and author name have been truncated. What behaviour do you expect? |
For this example I would expect to see 3 lines of title, 3 lines of author, then the continue/new game prompt. |
I think there are three levels of possible actions: First level: line 1 : Game title is too long to fit on screen, truncating to three lines. really should be issuing a warning after two lines. Second level: Third level: Not closing, but low priority. People know what they are doing when they give their games long titles, and they can immediately see the effect of doing so. |
I agree. I think I would just reduce the 3 and 5 to 2 and 4. BTW I found this mostly because PS+ has a much worse version when mouse is active: hover triggers multiple warnings. That one is much harder to fix. Triggering compile errors in the engine is not really a great idea. |
To reproduce:
The text was updated successfully, but these errors were encountered: