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

@@ -63,7 +63,7 @@ function actor_warp_update(actor)
actor.frame = -1
elseif actor.step<actor.death_time then
if actor.step%2==0 then
actor.frame=actor.anim[4]
actor.frame=actor.anim[#actor.anim]
else
actor.frame=-1
end
@@ -289,7 +289,6 @@ function update_game()
score.draw()
fps_print()
-- viewp:print()
-- msg_print(0,14,"ABAD= "..abad.x..", "..abad.y, true)
-- msg_print(0,21,"VIEW= "..vp_x..", "..vp_y, true)