- Working on intro and menu

This commit is contained in:
2022-12-28 14:06:26 +01:00
parent 02ad5addad
commit 1d2e65d93f
5 changed files with 134 additions and 9 deletions

View File

@@ -4,7 +4,8 @@ function _init()
local pal=loadpal("tiles.gif")
setpal(pal)
game_init()
--game_init()
intro_init()
end
function _update() end