[WIP] Treballant en el jefe. Preparant l'achuda

This commit is contained in:
2026-04-23 21:33:39 +02:00
parent ea19c43865
commit 311e5ff6f8
4 changed files with 46 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ function stages.stage1_init()
local abad_x, abad_y = coords.room_to_world ( 10, 4, 3 )
-- local abad_x, abad_y = coords.room_to_world ( 54, 8, 3 )
local abad_x, abad_y = coords.room_to_world ( 54, 8, 3 )
abad:move(abad_x, abad_y)
abad_make_safe( true )
@@ -173,6 +173,10 @@ end
function stages.stage1_update()
-- print("stage1_update")
fireball.update()
if (abad.energia<=abad.max_energia/2) then
-- Requeriment: tindre mitja clau
premiere.healer_init()
end
end
function stages.stage1_draw_back()