]> git.sesse.net Git - ccbs/blobdiff - bigscreen/theme.config
Add theme support for drawing rectangles in the background.
[ccbs] / bigscreen / theme.config
index fc03f3a9010793b6dcc5c61d30f5594942f8849d..2c65bd94c6671b9230dac0f66bc21f2e874b78cb 100644 (file)
@@ -48,3 +48,12 @@ divider.blue=127
 
 # available elements: background.groupscreen, background.top5chosenscreen, background.top10scorescreen, mainheading, (fresh)columnheading, randomsongname, nextsonginfo, need, divider
 # available elements that also have .odd and .even: rowheading, (fresh)score, (fresh)chosensongname, (fresh)totalscore, (fresh)rank
+
+## How to draw rectangles in the background (up to ten, numbered 0-9):
+# background.groupscreen.rect1.x0=0
+# background.groupscreen.rect1.y0=80
+# background.groupscreen.rect1.x1=800
+# background.groupscreen.rect1.y1=110
+# background.groupscreen.rect1.red=63
+# background.groupscreen.rect1.green=63
+# background.groupscreen.rect1.blue=63