[oden] Docs and stuff

This commit is contained in:
John Doty 2023-06-25 08:29:27 -07:00
parent f232f095f5
commit 75fcc427ac
2 changed files with 34 additions and 7 deletions

View file

@ -8,5 +8,5 @@ export function update() {}
export function draw() {
cls(0.1, 0.2, 0.3);
spr(0, 0, 320, 240, 0, 0, 256, 256);
spr((320 - 256) / 2, 0, 256, 240, 0, 0);
}