Crash on restart fixed
My game is out, but as early testers noticed, the reset part doesn't work. I fixed it with a one-liner... :face_palm:
function _update_game_over()
- if (btnp(4)) _update = _init()
+ if (btnp(4)) _init()
end
I updated the game, as I think it is still within the rules.
Here is another gratuitous screencast:
