-
Notifications
You must be signed in to change notification settings - Fork 332
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
[SERVER SPECIFIC DISREGARD] Wire Textscreen FGColor and BGColor do not Update the Screen #3070
Comments
Not really sure why it displays RGB: 0, 255, 0 as 0, 0, 255 but maybe I don't know how Vectors work in Wire. |
Every number is displayed to 1 decimal point. The value is displaying correctly in the debugger. |
Ahhh, ok yeah I didn't look closely enough. |
I was only able to replicate this bug after
With normal wiring and when the color changes, I don't see this effect. |
Huh, interesting. For me, the constant value won't set the colour at all. I was directed here as it was assumed a Wire issue and not a server-specific issue. Do let me know if there is anything I can check for you. Update: Alright, I just checked for myself in a Local server with basically just Wiremod enabled (Sorry for not checking this sooner). I can update the text screen colour just fine, I also confirmed that the behaviour of updating the screen with the tool and updating the constant value with the same value as previously set does what you said. Looks like this one's a server specific issue, Next time I will check if I can replicate it locally before assuming it's a problem with the repo. |
Please note: This issue tracker is for bug reports
If your issue isn't a bug report, or if you are unsure whether it's a bug, please go to our discord channel instead at https://discord.gg/H8UKY3Y
If you are confident your issue is a bug, please fill in as much information as you can below.
Describe the bug
Wire Text Screen inputs for FGColor and BGColor are not updating the colour on the screen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
FGColor should update the text colour and BGColor should update the background colour.
Screenshots
(Notice that I spawned the text screen with the colour set to Red, and I'm trying to change it to Green).
(Debug and Screen)
(Debug)
(Constant Value)
The text was updated successfully, but these errors were encountered: