aboutsummaryrefslogtreecommitdiff
path: root/src/bat.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/bat.c
parentda4ab66aa33add78cbd721f0130d716af3f33590 (diff)
downloadgold-mine-run-20d95a3a156b8d903581d76359522ef9cd51e492.tar.gz
gold-mine-run-20d95a3a156b8d903581d76359522ef9cd51e492.zip
Trim spritesheet
Remove some unused space
Diffstat (limited to 'src/bat.c')
-rw-r--r--src/bat.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bat.c b/src/bat.c
index 933efda..11e8c5b 100644
--- a/src/bat.c
+++ b/src/bat.c
@@ -17,16 +17,16 @@
static const Rect frames[2 * 4] =
{
/* right */
- { 64, 32, 144, 144 },
- { 80, 32, 144, 144 },
- { 96, 32, 144, 144 },
- { 80, 32, 144, 144 },
+ { 64, 32, 144, 112 },
+ { 80, 32, 144, 112 },
+ { 96, 32, 144, 112 },
+ { 80, 32, 144, 112 },
/* left */
- { 64, 32, 144, 144 },
- { 80, 32, 144, 144 },
- { 96, 32, 144, 144 },
- { 80, 32, 144, 144 },
+ { 64, 32, 144, 112 },
+ { 80, 32, 144, 112 },
+ { 96, 32, 144, 112 },
+ { 80, 32, 144, 112 },
};
void bat_init(Entity *e)