[NEW] Batvió

[NEW] tiles2.gif
This commit is contained in:
2026-05-04 21:54:43 +02:00
parent 61bf843799
commit cb16e0ea63
8 changed files with 70 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ function stages.stage1_init()
elalien.init()
table.insert(actors,elalien)
batvio.init()
table.insert(actors,batvio)
boss = imp.new(55,4,3)
table.insert( actors, boss )
boss_meter = bar_meter.new(20,12,128,10,1,1,boss,5)
@@ -164,7 +167,7 @@ function stages.stage1_init()
local abad_x, abad_y = coords.room_to_world ( 10, 4, 3 )
-- local abad_x, abad_y = coords.room_to_world ( 54, 8, 3 )
-- local abad_x, abad_y = coords.room_to_world ( 18, 9, 3 )
local abad_x, abad_y = coords.room_to_world ( 18, 9, 3 )
abad:move(abad_x, abad_y)
abad_make_safe( true )