mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Revert cutting off hair
This commit is contained in:
parent
4bb8cfb3a1
commit
f6a444e0e9
@ -1,19 +1,18 @@
|
|||||||
{ "frames": [
|
{ "frames": [
|
||||||
{
|
{
|
||||||
"filename": "0001.png",
|
"filename": "0001.png",
|
||||||
"frame": { "x": 0, "y": 0, "w": 59, "h": 63 },
|
"frame": { "x": 0, "y": 0, "w": 64, "h": 63 },
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"trimmed": true,
|
"trimmed": false,
|
||||||
"spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 63 },
|
"spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 63 },
|
||||||
"sourceSize": { "w": 69, "h": 63 }
|
"sourceSize": { "w": 64, "h": 63 },
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
"app": "https://www.aseprite.org/",
|
"app": "https://www.aseprite.org/",
|
||||||
"version": "1.3.7-dev",
|
"version": "1.3.7-x64",
|
||||||
"image": "688.png",
|
|
||||||
"format": "I8",
|
"format": "I8",
|
||||||
"size": { "w": 59, "h": 63 },
|
"size": { "w": 64, "h": 63 },
|
||||||
"scale": "1"
|
"scale": "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user