[WIP] Lluita contra jefes. Casi implementat se serebro de la bestia

This commit is contained in:
2026-04-06 01:58:49 +02:00
parent aaf5c0fb47
commit 6ac7a811d9
7 changed files with 498 additions and 115 deletions

View File

@@ -132,7 +132,7 @@ end
function abad_hurt(howmuch)
-- howmuch = 0
howmuch = 0
if abad.hurting == 0 and abad.respawning==0 then
sound.play(audio_abad_hit)
abad.energia=abad.energia-howmuch
@@ -250,11 +250,11 @@ function abad_jump()
if abad.jump_in_half_block>0 then
abad.y=abad.y-vspace
abad.jump_in_half_block = abad.jump_in_half_block-1
abad.jump_in_half_block_used = true
end
end
end
abad.jump_height = abad.jump_height+1
abad.jump_in_half_block_used = true
end
function abad_land ()