Dual screen game clock now working

This commit is contained in:
2021-09-29 13:41:44 -05:00
parent 44523b0bf2
commit 2948b02f12
8 changed files with 36 additions and 58 deletions

View File

@@ -32,7 +32,7 @@ module TAC
end
def abort_clock
$window.current_state&.get_sample("media/fogblast.wav")&.play if @clock.active?
@clock.controller&.play_sound(:abort_match) if @clock.active?
@clock.controller = nil
end