[WIP] Lluita contra jefes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user