- [NEW] Batman es pinta en el layer que toca cada vegada

- [WIP] Grappling hook implementat
This commit is contained in:
2025-11-07 14:54:17 +01:00
parent 14dc8a0948
commit 40342b858e
2 changed files with 51 additions and 10 deletions

View File

@@ -20,8 +20,9 @@ game = {
surf.cls(66)
mapa.draw(1)
batman.draw()
if batman.layer==1 then batman.draw() end
mapa.draw(2)
if batman.layer==2 then batman.draw() end
if sys.beat() then
batman.update()