- [NEW] Més tiles

- [FIX] L'heroi se clavaba en les pareds quan li pegaven
- [NEW] Alguns fondos enhancechats
- [FIX] Augmentada la velocitat de Nemesio
- [NEW] Shortcuts de teclat per a canviar de mode a l'editor
- [NEW] Habitacions al 40%
This commit is contained in:
2026-03-24 19:01:32 +01:00
parent c1f5f92dae
commit 4e7a50879e
7 changed files with 26 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ function ia.update_nemesio(spr)
if spr.substate == nemesio.STATIC then
spr.mode = draw.NORMAL
if spr.timer==100 then
if spr.timer==50 then
spr.timer=0
spr.substate = nemesio.FLOATING
spr.advance = {x=0,y=0}