press action to restart

This commit is contained in:
yuki 2025-11-12 00:54:40 -03:00
parent e824579d5e
commit a3bd5c9817

View file

@ -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()