- Intro i menu

This commit is contained in:
2022-12-28 16:40:36 +01:00
parent 1d2e65d93f
commit b756186984
4 changed files with 43 additions and 14 deletions

View File

@@ -41,7 +41,8 @@ function dead.update()
if (dead.count>250 and btnp(KEY_SPACE)) or dead.count>500 then
game_exit()
_init()
_update=update_game
game_init()
--_init()
--_update=update_game
end
end