-
Notifications
You must be signed in to change notification settings - Fork 233
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
Clearer hint text for bridge condition #2105
Conversation
I wonder if that indent is forced by the game, and that's why there was randomly a picture of the light arrows there before. Like I don't think it was put there b/c a picture of the light arrows would be nice, but because some icon had to be used to avoid the weird indent. |
I don't think this is caused by the line wrap function, i suspect this is a vanilla issue when drawing consecutive textboxes, since i don't see any vanilla textbox that has an icon at first then remove it, they always keep an icon on the left.
|
I feel like I remember a discussion about this back when the icons of the medallions were added, long time ago now. |
How about an "empty" icon that's just a transparent square? Would that be easier to implement? |
I don't see an easy way to do that, might be easier to just fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
This makes 2 changes to the text box that gives the rainbow bridge condition as part of the message shown when reading the Temple of Time altar as adult:
Fixes #1473.
There's something weird going on with the indentation in this text box. Maybe our line wrapping algorithm is getting confused by the previous boxes in this message having icons?