[WIP] Dialeg

This commit is contained in:
2026-04-20 22:08:02 +02:00
parent a4f989eb02
commit e152df913c
3 changed files with 47 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ require "bar_meter"
require "stage1"
require "remote_view"
require "dialeg"
local DEBUG = false
@@ -272,8 +273,8 @@ function update_game()
score.draw()
if DEBUG then
special_keys()
if DEBUG then
debug_info()
end
end
@@ -381,9 +382,10 @@ function special_keys()
print_analisis()
end
if key.press(key.D) then
boss.x_old = boss.x
boss.x = boss.x+1
print_analisis()
-- boss.x_old = boss.x
-- boss.x = boss.x+1
-- print_analisis()
dialeg_draw( "Hola mundo!", abad )
end
if key.press(key.W) then
boss.y_old = boss.y