Escenes funcionant.

Altres correccions menors.
This commit is contained in:
2026-04-01 21:58:41 +02:00
parent 205a98bf17
commit 56807c2285
8 changed files with 515 additions and 116 deletions

View File

@@ -164,7 +164,7 @@ function caco:update_hit()
if self.step<self.death_time then
if self.step%2==0 then
-- self.frame=21
self.frame=self.anim[4]
self.frame=self.anim[#self.anim]
else
self.frame=-1
end