- Implementat el moviment dels actors amb rutes

- També el moviment amb teclat del "heroi"
This commit is contained in:
2023-01-30 17:51:16 +01:00
parent 42d5c1f308
commit 09bea06850
4 changed files with 91 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ function _init()
setsource(tiles)
local pal=loadpal("tiles.gif")
setpal(pal)
beat(6)
main_init()
end