- creat el object "scene", ja funcional

This commit is contained in:
2023-01-31 15:20:19 +01:00
parent ac1b6cb21e
commit f03ed38d77
5 changed files with 34 additions and 13 deletions

View File

@@ -68,15 +68,10 @@ balloon={
--text("UNO DOS TRES",16,height+18, 2)
end,
draw=function()
if ballon.text then
end
end,
update=function()
if balloon.pos<0 and btnp(KEY_SPACE) then
if balloon.pos<0 and anykey() then
update=balloon.old_update
scene.cont()
end
if not beat() then return end