[NEW] Dialeg funcionant.

This commit is contained in:
2026-04-22 22:30:34 +02:00
parent a811ece34f
commit ea19c43865
4 changed files with 68 additions and 12 deletions

View File

@@ -216,6 +216,8 @@ function world_update()
-- switches.update()
warp.update_all()
dialeg.update()
end
function world_draw()
@@ -238,7 +240,7 @@ function world_draw()
end
end
dialeg:draw()
dialeg.draw()
if stages.boss_loaded then stage_draw_middle() end