[WIP] Dialeg. dialeg:draw()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user