75
local over = Text:new{
77
x = self.x - the.app.width / 2,
78
width = the.app.width,
82
the.app.view:add(over)
75
the.over.visible = true
76
the.instructions.visible = true
77
the.app.view:updateScore()
79
local score = love.timer.getTime() - the.app.view.gameStart
80
if score > the.storage.data.highScore then
81
the.storage.data.highScore = score
84
the.highScore.text = string.format(
85
'High Score: %d:%02d', score / 60, score % 60
b'\\ No newline at end of file'