Merge pull request #4 from Rexxt/master

Small updates to visuals and sound
This commit is contained in:
Joe Zeng
2020-11-07 14:31:17 -05:00
committed by GitHub
11 changed files with 49 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ 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)
elseif self.game.ready_frames <= 50 and self.game.ready_frames > 2 then