Escenes funcionant.
Altres correccions menors.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user