[WIP] Lluita contra jefes

This commit is contained in:
2026-04-04 20:45:14 +02:00
parent 205586cc77
commit 9bb372a70b
6 changed files with 209 additions and 112 deletions

View File

@@ -18,8 +18,8 @@ end
function trigger:draw()
-- do nothing
-- local scr_x, scr_y = viewp:screen_coords( self.x, self.y )
-- draw.rect(scr_x,scr_y,self.w,self.h,3)
local scr_x, scr_y = viewp:screen_coords( self.x, self.y )
draw.rect(scr_x,scr_y,self.w,self.h,3)
end
function trigger:update()
@@ -89,6 +89,7 @@ function triggers:escena_habitacio_batman()
end
function triggers:escena_lluita_imp()
stage1_boss()
start_scene(scenes.lluita_imp)
remove_actor(self)
end