[NEW] Escena habitació de Batman funcionant

This commit is contained in:
2026-04-30 23:42:49 +02:00
parent dff88be17a
commit 8e3117d5bc
4 changed files with 259 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ function stages.stage1_init()
table.insert( actors, trigger.new(53,5,3,triggers.escena_abad_porta_casa,"porta casa","TR06"))
table.insert( actors, trigger.new(56,4,3,triggers.escena_abad_porta_batman,"porta batman","TR07"))
table.insert( actors, trigger.new(19,32,32,triggers.escena_habitacio_batman,"habitacio batman"))
table.insert( actors, trigger.new(19,4,3,triggers.escena_habitacio_batman,"habitacio batman"))
--
table.insert( actors, trigger.new(55,1,3,triggers.escena_lluita_imp,"lluita imp"))
@@ -140,7 +140,7 @@ function stages.stage1_init()
zombie2, abad, 150, "Aaaaaargh... per ell!", 250)
local abad_x, abad_y = coords.room_to_world ( 10, 4, 3 )
-- local abad_x, abad_y = coords.room_to_world ( 56, 7, 3 )
local abad_x, abad_y = coords.room_to_world ( 9, 4, 3 )
abad:move(abad_x, abad_y)
abad_make_safe( true )