[NEW] Botella de vida

This commit is contained in:
2026-05-01 23:21:19 +02:00
parent 3f83b7254b
commit 40c874ec57
5 changed files with 97 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ require "dialeg"
require "trigger_event"
require "batman"
require "health_potion"
local DEBUG = false
@@ -208,6 +209,8 @@ function world_update()
end
end
health_potion.update()
if stages.boss_loaded then
stage_update()
else
@@ -244,6 +247,7 @@ function world_draw()
end
dialeg.draw()
health_potion.draw()
if stages.boss_loaded then stage_draw_middle() end