Skip to content

Commit

Permalink
[Sprite] Fix Berry Juice item sprite
Browse files Browse the repository at this point in the history
Sprite will now be centered properly.
  • Loading branch information
Madmadness65 committed Oct 26, 2024
1 parent 6119356 commit 4fb1f37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/images/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -3353,12 +3353,12 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 24,
"h": 23
"w": 32,
"h": 32
},
"spriteSourceSize": {
"x": 1,
"y": 1,
"x": 5,
"y": 5,
"w": 22,
"h": 21
},
Expand Down Expand Up @@ -8436,6 +8436,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": "$TexturePacker:SmartUpdate:875c6d67e72590dfc6d319101aa31cfa:dd2bb865ecbc5ac7b975ddf70b993334:110e074689c9edd2c54833ce2e4d9270$"
"smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$"
}
}
Binary file modified public/images/items.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/berry_juice.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 4fb1f37

Please sign in to comment.