- [FIX] Ajustats alguns "edge cases" de algunes habitacions
- [FIX] Ajustada la diferència de cadència entre gotes - [FIX] Ajustat el nivell de l'aigua, que fallaba l'ultima linia
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
function ia.update_gota(spr)
|
||||
if spr.timer > 0 then
|
||||
spr.timer = spr.timer-1
|
||||
if spr.timer == 0 then
|
||||
sprites.set_animation(spr, "gota_generador")
|
||||
end
|
||||
return
|
||||
else
|
||||
spr.invisible = nil;
|
||||
|
||||
Reference in New Issue
Block a user