[oden] Texture Coordinates are pixels too

This commit is contained in:
John Doty 2023-06-25 08:04:37 -07:00
parent 17e40c2a36
commit f232f095f5
3 changed files with 6 additions and 6 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);
spr(0, 0, 320, 240, 0, 0, 256, 256);
}