- [CHG] Si emntres bota toca techo, comença a caure

- [NEW] L'aigua puja i baixa water-like
This commit is contained in:
2026-02-23 20:05:35 +01:00
parent 9cb98203ee
commit c5dd0344c0
4 changed files with 9 additions and 2 deletions

View File

@@ -235,6 +235,8 @@ sprites = {
else
if sprites.hero.jumping > 1 then sprites.hero.pos.y = sprites.hero.pos.y - 1 end
end
else
sprites.hero.jumping = 0
end
sprites.hero.jumping = sprites.hero.jumping - 1
else