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
Manual:
API:
- Introduction
- lua
- math types
- color
- graphics commands
- style
- matrix
- input
- Images Overview
- Image
- mesh
- shader
- string
- GPU Noise Library
- material
- sound
- scene
- entity
- camera
- light
- tween
- ui
- Motion Overview
- Motion
- Device Orientation
- Magnetic Field Data
- require
- objc
- pasteboard
- file
- physics2d
- physics3d
- pick
- viewer
- device