cleanup and debugging
This commit is contained in:
@@ -4,11 +4,15 @@ __lua__
|
||||
-- mygame!
|
||||
|
||||
function _update()
|
||||
if (t() >= 2) then
|
||||
load("secondcart")
|
||||
end
|
||||
end
|
||||
|
||||
function _draw()
|
||||
cls()
|
||||
rect(10, 10, 30, 30, 5);
|
||||
print(t())
|
||||
end
|
||||
__gfx__
|
||||
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
|
||||
Reference in New Issue
Block a user