diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-30 12:28:41 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-30 12:28:41 +0100 |
commit | d6736bb8588d9d90773c79867db8da1537a61c74 (patch) | |
tree | b4508a6695e002ca996408a72a22de098ef322f1 /src | |
parent | 4a2667ff7d532d0b5c1c9d52d377693c5e1ddd2d (diff) | |
download | gold-mine-run-d6736bb8588d9d90773c79867db8da1537a61c74.tar.gz gold-mine-run-d6736bb8588d9d90773c79867db8da1537a61c74.zip |
Add Mr Bones sprite
Diffstat (limited to 'src')
-rw-r--r-- | src/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ static const Rect sprites[CAST_LEN] = { { 0, 32, 144, 144 }, { 64, 32, 144, 144 }, { 0, 80, 144, 144 }, - { 80, 48, 144, 144 }, + { 0, 96, 144, 144 }, { 80, 48, 144, 144 }, }; |