Skip to content

Commit

Permalink
Resize Sun & Moon Flute item sprites
Browse files Browse the repository at this point in the history
They will no longer appear weirdly offset on the reward selection screen.
  • Loading branch information
Madmadness65 committed Sep 15, 2024
1 parent cc5b46d commit e32d161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/images/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -4592,12 +4592,12 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 24,
"h": 24
"w": 32,
"h": 32
},
"spriteSourceSize": {
"x": 1,
"y": 1,
"x": 5,
"y": 5,
"w": 22,
"h": 22
},
Expand Down Expand Up @@ -4886,12 +4886,12 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 24,
"h": 24
"w": 32,
"h": 32
},
"spriteSourceSize": {
"x": 1,
"y": 1,
"x": 5,
"y": 5,
"w": 22,
"h": 22
},
Expand Down Expand Up @@ -8415,6 +8415,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": "$TexturePacker:SmartUpdate:d7c7ecb91ab6604d8ab2ddb533b23145:a897bbf637b19b6d2a3b966b9c84e765:110e074689c9edd2c54833ce2e4d9270$"
"smartupdate": "$TexturePacker:SmartUpdate:934ea4080bad980d4fea720cc771f133:ed564bc47b79b15a763de57045178e88:110e074689c9edd2c54833ce2e4d9270$"
}
}
Binary file modified public/images/items/moon_flute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/items/sun_flute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e32d161

Please sign in to comment.