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