- Last scenes

- Last corrections
- Final cutscene almost finished
This commit is contained in:
2022-12-29 14:06:12 +01:00
parent 5a27c54cb3
commit 48f61a8b66
11 changed files with 195 additions and 10 deletions

View File

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