[NEW] Escena habitació de Batman funcionant
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user