- creat el object "scene", ja funcional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user