Codea 4¶
1function setup()
2 print("Hello Codea!")
3end
4
5function draw()
6 sprite(asset.builtin.Cargo_Bot.Codea_Icon, WIDTH/2, HEIGHT/2)
7end
8
9function touched(touch)
10end
1function setup()
2 print("Hello Codea!")
3end
4
5function draw()
6 sprite(asset.builtin.Cargo_Bot.Codea_Icon, WIDTH/2, HEIGHT/2)
7end
8
9function touched(touch)
10end