81
81
text = "Game Over" }
82
82
the.app.view:add(over)
84
the.app.view:updateScore()
86
local score = love.timer.getTime() - the.app.view.gameStart
87
if score > the.storage.data.highScore then
88
the.storage.data.highScore = score
91
the.highScore.text = string.format(
92
'High Score: %d:%02d', score / 60, score % 60
b'\\ No newline at end of file'