[NEW] Botella de vida
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user