Joker adjustments

pull/4/head
Ishaan Bhardwaj 2021-02-09 13:51:21 -05:00
parent a67b59cb82
commit db652bfa08
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ function JokerGame:drawScoringInfo()
end
love.graphics.setFont(font_8x11)
love.graphics.printf(formatTime(self.frames), 64, 420, 160, "center")
love.graphics.printf(formatTime(self.frames), 64, 428, 160, "center")
end
function JokerGame:getBackground()