[FIX] Modificat el mapa principal
[FIX] El abad ja entra i ix de les escales perfectament mentre no es diga lo contrari [FIX] Afegit nou tile
This commit is contained in:
@@ -104,6 +104,8 @@ function stages.stage1_init()
|
||||
table.insert( actors, health_potion.new(14, hp_x, hp_y, 0, 0, 2) )
|
||||
local hp_x, hp_y = coords.room_to_world(77, 8, 4)
|
||||
table.insert( actors, health_potion.new(77, hp_x, hp_y, 0, 0, 3) )
|
||||
local hp_x, hp_y = coords.room_to_world(69, 9, 3)
|
||||
table.insert( actors, health_potion.new(77, hp_x, hp_y, 0, 0, 1) )
|
||||
|
||||
|
||||
-- TRIGGERS
|
||||
@@ -169,6 +171,10 @@ function stages.stage1_init()
|
||||
|
||||
tiles_layer2.new(13,11,3,144,144,16,16)
|
||||
tiles_layer2.new(13,11,4,144,144,16,16)
|
||||
tiles_layer2.new(69,4,2,160,144,16,16)
|
||||
tiles_layer2.new(69,5,2,176,144,16,16)
|
||||
tiles_layer2.new(69,4,3,160,144,16,16)
|
||||
tiles_layer2.new(69,5,3,176,144,16,16)
|
||||
tiles_layer2.new(12,5,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya)
|
||||
tiles_layer2.new(76,3,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya)
|
||||
tiles_layer2.new(78,6,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya)
|
||||
|
||||
Reference in New Issue
Block a user