forked from pagefaultgames/pokerogue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sprite] Hotfix cut off Binacle sprite (pagefaultgames#4741)
* Trim 688.json duration * Trim 688.json duration * Fix cut off Binacle back * Fix cut off shiny Binacle back * Bump version * Bump version * Revert cutting off hair * Revert cutting off hair * Remove trailing comma * Remove trailing comma
- Loading branch information
1 parent
41380b3
commit 33f5f4c
Showing
6 changed files
with
41 additions
and
87 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,19 @@ | ||
{ | ||
"textures": [ | ||
{ | ||
"image": "688.png", | ||
"format": "RGBA8888", | ||
"size": { | ||
"w": 52, | ||
"h": 52 | ||
}, | ||
"scale": 1, | ||
"frames": [ | ||
{ | ||
"filename": "0001.png", | ||
"rotated": false, | ||
"trimmed": false, | ||
"sourceSize": { | ||
"w": 41, | ||
"h": 52 | ||
}, | ||
"spriteSourceSize": { | ||
"x": 0, | ||
"y": 0, | ||
"w": 41, | ||
"h": 52 | ||
}, | ||
"frame": { | ||
"x": 0, | ||
"y": 0, | ||
"w": 41, | ||
"h": 52 | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"meta": { | ||
"app": "https://www.codeandweb.com/texturepacker", | ||
"version": "3.0", | ||
"smartupdate": "$TexturePacker:SmartUpdate:ea462f2b1b46327e3b8fcb7ec5e44f08:2d2598cc03dec73182dbea237ad83b34:176060351d0044923af938ba7932a6ef$" | ||
} | ||
{ "frames": [ | ||
{ | ||
"filename": "0001.png", | ||
"frame": { "x": 0, "y": 0, "w": 51, "h": 65 }, | ||
"rotated": false, | ||
"trimmed": false, | ||
"spriteSourceSize": { "x": 0, "y": 0, "w": 51, "h": 65 }, | ||
"sourceSize": { "w": 51, "h": 65 } | ||
} | ||
], | ||
"meta": { | ||
"app": "https://www.aseprite.org/", | ||
"version": "1.3.7-dev", | ||
"image": "688.png", | ||
"format": "I8", | ||
"size": { "w": 51, "h": 65 }, | ||
"scale": "1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,19 @@ | ||
{ | ||
"textures": [ | ||
{ | ||
"image": "688.png", | ||
"format": "RGBA8888", | ||
"size": { | ||
"w": 52, | ||
"h": 52 | ||
}, | ||
"scale": 1, | ||
"frames": [ | ||
{ | ||
"filename": "0001.png", | ||
"rotated": false, | ||
"trimmed": false, | ||
"sourceSize": { | ||
"w": 41, | ||
"h": 52 | ||
}, | ||
"spriteSourceSize": { | ||
"x": 0, | ||
"y": 0, | ||
"w": 41, | ||
"h": 52 | ||
}, | ||
"frame": { | ||
"x": 0, | ||
"y": 0, | ||
"w": 41, | ||
"h": 52 | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"meta": { | ||
"app": "https://www.codeandweb.com/texturepacker", | ||
"version": "3.0", | ||
"smartupdate": "$TexturePacker:SmartUpdate:0261b6c9242bba728fcfbfc515875b27:de0d9ddceed9311b33ae50ba86e969d1:176060351d0044923af938ba7932a6ef$" | ||
} | ||
{ "frames": [ | ||
{ | ||
"filename": "0001.png", | ||
"frame": { "x": 0, "y": 0, "w": 51, "h": 65 }, | ||
"rotated": false, | ||
"trimmed": false, | ||
"spriteSourceSize": { "x": 0, "y": 0, "w": 51, "h": 65 }, | ||
"sourceSize": { "w": 51, "h": 65 } | ||
} | ||
], | ||
"meta": { | ||
"app": "https://www.aseprite.org/", | ||
"version": "1.3.7-dev", | ||
"image": "688.png", | ||
"format": "I8", | ||
"size": { "w": 51, "h": 65 }, | ||
"scale": "1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters