Replace SFX and add hold

This commit is contained in:
Mizu
2020-10-27 12:17:00 +01:00
parent d38168ca00
commit a324e0015a
10 changed files with 23 additions and 6 deletions

View File

@@ -49,12 +49,11 @@ function GameScene:render()
self.game:drawScoringInfo()
-- ready/go graphics
if self.game.ready_frames <= 100 and self.game.ready_frames > 52 then
love.graphics.draw(misc_graphics["ready"], 144 - 50, 240 - 14)
playSEOnce("ready")
elseif self.game.ready_frames <= 50 and self.game.ready_frames > 2 then
love.graphics.draw(misc_graphics["go"], 144 - 27, 240 - 14)
playSEOnce("go")
end
self.game:drawCustom()