Coding scoreboard text colors: Difference between revisions
Appearance
Created page with "When editing the Scoreboard in kingpin source code, we have 2 text strings that allow colors to be used for its text.<br> "ds" and "dmstr"<br> It uses 0-9 for the red, green and blue values<br> eg..<br> ds 999 (would be white)<br> dmstr 900 (would be red)<br> <iframe key="kingpin" path="hosted/hypov8/tuts/embed_rgb_score.htm" width="320" height="240" />" |
(No difference)
|
Revision as of 22:36, 17 March 2025
When editing the Scoreboard in kingpin source code, we have 2 text strings that allow colors to be used for its text.
"ds" and "dmstr"
It uses 0-9 for the red, green and blue values
eg..
ds 999 (would be white)
dmstr 900 (would be red)