summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 43c5d09..c3110a4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -51,11 +51,13 @@ main(void)
if (pxbuf[i])
pxbuf[i] -= 1;
+ pxZ(1);
+ pxSpr(&spr, x, y);
+ pxZ(0);
+
pxRectfill(112, 112, x, y, 10);
pxRect(16, 16, x, y, 15);
- pxSpr(&spr, x, y);
-
pxPal(3, 11);
pxPalt(3, true);
pxSpr(&spr, x, y + 8, .flip_x=true, .flip_y=true);