-
Notifications
You must be signed in to change notification settings - Fork 85
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
Themed default speed signs (redux) #1404
Conversation
- In normal view, always show themed signs - Show green sub-icon if speed = default
I'm thinking tht would be much better approach acutally. And have the option disabled by default. Now actually going to get some sleep. |
- only in interactive mode - only if speed is different to default - only if new mod option is true
I would say it does not matter where and how you show the default green icon, this is a case of bikeshedding. Just show the default somewhere. Need an option to hide it - fine, you already had that implemented. |
- Also makes segment mode use same size constants
ready for review |
Ah, good catch, it's currently using same aspect ratio as the themed sign. Hopefully easy to fix, brb... |
- Adds dedicated method on sign renderer for drawing sub icon
Ok, try that :) |
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.
@kvakvs any feedback? |
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.
Me likey
Compiled mod for testing: TMPE.zip
This is a redux of #1320
Changes to speed limits overlay:
Example:
That sub-icon is only shown in interactive mode, when used has customised the speed to non-default value, but only if a mod option is enabled in Overlays tab:
Todo:
Updates: #1221 (comment)