[WIP] Dialeg. dialeg:draw()

This commit is contained in:
2026-04-21 22:11:38 +02:00
parent 75898372f9
commit a811ece34f
2 changed files with 70 additions and 37 deletions

View File

@@ -238,6 +238,8 @@ function world_draw()
end
end
dialeg:draw()
if stages.boss_loaded then stage_draw_middle() end
cacau:draw()
@@ -385,7 +387,13 @@ function special_keys()
-- boss.x_old = boss.x
-- boss.x = boss.x+1
-- print_analisis()
dialeg_draw( "Hola mundo!", abad )
dialeg.new( "Hola mundo!", abad )
end
if key.press(key.F) then
-- boss.x_old = boss.x
-- boss.x = boss.x+1
-- print_analisis()
dialeg.new( "Ma cuando arribo a casa", premiere )
end
if key.press(key.W) then
boss.y_old = boss.y