[oden] Input coordinates are pixel coordinates

This commit is contained in:
John Doty 2023-06-25 07:54:25 -07:00
parent e3ae371f53
commit 0a36ffdde1
4 changed files with 117 additions and 26 deletions

View file

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