Updated practice clock to use a zero exclusive display (matches offical clock better), tweaked sound timings a bit to match, disabled color changing on clock to match offical clock, misc. tweaks.

This commit is contained in:
2023-11-17 17:09:44 -06:00
parent 08bbd2c638
commit a8ebaebe4c
8 changed files with 21 additions and 15 deletions

View File

@@ -41,6 +41,12 @@ module TAC
Gosu::Color.rgb(150, 0, 0)
end
### --- ###
# OVERRIDE: offical CenterStage game clock no longer has colors
### --- ###
out = Gosu::Color::WHITE
@display_color = out
end