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