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