Moguda la comprovació de pintar fora de la funció draw de cada actor

This commit is contained in:
2026-03-29 17:02:05 +02:00
parent 2c93003fe2
commit 7f4f29ecc2
12 changed files with 44 additions and 53 deletions

View File

@@ -49,7 +49,9 @@ end
function abad_init()
abad={ x=40, y=24,
abad={ name="abad",
x=40, y=24,
w=32, h=32,
flip=false,
frame=1,
wait=0,
@@ -265,7 +267,6 @@ function abad_land ()
if can_land then
abad.jump_in_half_block_used = false
abad.jump_height = 0
print("LANDED")
end
return can_land