press action to restart
This commit is contained in:
parent
e824579d5e
commit
a3bd5c9817
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ end
|
|||
|
||||
function Stage:update(dt)
|
||||
Stage.super.update(self, dt)
|
||||
if input:pressed('action') then gotoRoom('Stage') end
|
||||
end
|
||||
|
||||
function Stage:canvasDraw()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue