[oden] Texture Coordinates are pixels too
This commit is contained in:
parent
17e40c2a36
commit
f232f095f5
3 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue