aboutsummaryrefslogtreecommitdiff
path: root/src/effect.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-17 08:06:56 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-17 08:06:56 +0100
commit20d95a3a156b8d903581d76359522ef9cd51e492 (patch)
tree7196ebb3567689f20a4b58335228b8258b038d5c /src/effect.c
parentda4ab66aa33add78cbd721f0130d716af3f33590 (diff)
downloadgold-mine-run-20d95a3a156b8d903581d76359522ef9cd51e492.tar.gz
gold-mine-run-20d95a3a156b8d903581d76359522ef9cd51e492.zip
Trim spritesheet
Remove some unused space
Diffstat (limited to 'src/effect.c')
-rw-r--r--src/effect.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/effect.c b/src/effect.c
index e9ee55e..751b316 100644
--- a/src/effect.c
+++ b/src/effect.c
@@ -11,16 +11,16 @@
static const Rect frames[2 * 4] =
{
- { 96, 16, 144, 144 },
- { 112, 16, 144, 144 },
- { 128, 16, 144, 144 },
+ { 96, 16, 144, 112 },
+ { 112, 16, 144, 112 },
+ { 128, 16, 144, 112 },
/* not used */
- { 0, 0, 144, 144 },
- { 0, 0, 144, 144 },
- { 0, 0, 144, 144 },
- { 0, 0, 144, 144 },
- { 0, 0, 144, 144 }
+ { 0, 0, 144, 112 },
+ { 0, 0, 144, 112 },
+ { 0, 0, 144, 112 },
+ { 0, 0, 144, 112 },
+ { 0, 0, 144, 112 }
};
void effect_out_new(uint16_t x, uint16_t y)