-
-
Notifications
You must be signed in to change notification settings - Fork 513
Fix colour menu #1451
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
Comments
How can you edit the values?
I have changed the the displayed string so that it shows the colour number in linear RGB colourspace in percent. SuperTux uses sRGB values, so if someone wants to make something half as bright in a real (non-perceived) way, linear number values should be shown. Here's the related commit: 27ae58c |
@HybridDog You can by simply pressing backspace to remove the value and typing a new value between 0 and 1. I didn't even know you could use a the sliders. I only new the typing option. :D |
I have tried to fix the problem in #1456. I hope it works correctly and does not break other things. |
i just used the arrow keys and it never broke for me. however i prefer the old method as you can have a larger variety of colours. |
SuperTux version: 0.6.2
System information: Windows 10
Currently, the colour menu displays its values as percentages when it's opened.

This is problematic as when you try to edit these values the slider breaks, and the only way you can input colours is through a decimal input.

I think it'd be good to revert the colour menu to display the values in decimals when it's opened.
The text was updated successfully, but these errors were encountered: