Fix Annihilape backsprite being cut off

This commit is contained in:
Flashfyre 2023-11-30 22:44:51 -05:00
parent d5731eaa69
commit 0177c86c11
2 changed files with 24 additions and 24 deletions

View File

@ -4,30 +4,30 @@
"image": "979.png", "image": "979.png",
"format": "RGBA8888", "format": "RGBA8888",
"size": { "size": {
"w": 72, "w": 79,
"h": 75 "h": 79
}, },
"scale": 1, "scale": 1,
"frames": [ "frames": [
{ {
"filename": "0001.png", "filename": "0001.png",
"rotated": false, "rotated": false,
"trimmed": true, "trimmed": false,
"sourceSize": { "sourceSize": {
"w": 74, "w": 79,
"h": 77 "h": 78
}, },
"spriteSourceSize": { "spriteSourceSize": {
"x": 1, "x": 0,
"y": 1, "y": 0,
"w": 72, "w": 79,
"h": 75 "h": 78
}, },
"frame": { "frame": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"w": 72, "w": 79,
"h": 75 "h": 78
} }
} }
] ]
@ -36,6 +36,6 @@
"meta": { "meta": {
"app": "https://www.codeandweb.com/texturepacker", "app": "https://www.codeandweb.com/texturepacker",
"version": "3.0", "version": "3.0",
"smartupdate": "$TexturePacker:SmartUpdate:91e878fd2a0bca81b918e97740b65869:a640148a929eeb1aa680eed467e4eb62:351422d30d3be13e0d9d234ec7c8c043$" "smartupdate": "$TexturePacker:SmartUpdate:1e57b25839d17f46bd01ba6de4a986fe:6bf8b25f3f3002d030607eb5609d1541:351422d30d3be13e0d9d234ec7c8c043$"
} }
} }

View File

@ -4,30 +4,30 @@
"image": "979.png", "image": "979.png",
"format": "RGBA8888", "format": "RGBA8888",
"size": { "size": {
"w": 72, "w": 79,
"h": 75 "h": 79
}, },
"scale": 1, "scale": 1,
"frames": [ "frames": [
{ {
"filename": "0001.png", "filename": "0001.png",
"rotated": false, "rotated": false,
"trimmed": true, "trimmed": false,
"sourceSize": { "sourceSize": {
"w": 74, "w": 79,
"h": 77 "h": 78
}, },
"spriteSourceSize": { "spriteSourceSize": {
"x": 1, "x": 0,
"y": 1, "y": 0,
"w": 72, "w": 79,
"h": 75 "h": 78
}, },
"frame": { "frame": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"w": 72, "w": 79,
"h": 75 "h": 78
} }
} }
] ]
@ -36,6 +36,6 @@
"meta": { "meta": {
"app": "https://www.codeandweb.com/texturepacker", "app": "https://www.codeandweb.com/texturepacker",
"version": "3.0", "version": "3.0",
"smartupdate": "$TexturePacker:SmartUpdate:91e878fd2a0bca81b918e97740b65869:a640148a929eeb1aa680eed467e4eb62:351422d30d3be13e0d9d234ec7c8c043$" "smartupdate": "$TexturePacker:SmartUpdate:1e57b25839d17f46bd01ba6de4a986fe:6bf8b25f3f3002d030607eb5609d1541:351422d30d3be13e0d9d234ec7c8c043$"
} }
} }