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 edit summary |
||
Line 5: | Line 5: | ||
ds 999 (would be white)<br> | ds 999 (would be white)<br> | ||
dmstr 900 (would be red)<br> | dmstr 900 (would be red)<br> | ||
<iframe key="kingpin" path="hosted/hypov8/tuts/ | <iframe key="kingpin" path="hosted/hypov8/tuts/wiki_embed_rgb_score.htm" width="320" height="240" /> |
Latest revision as of 00:54, 18 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)