Fix snow worker trainer causing crash

This commit is contained in:
Flashfyre 2024-03-30 16:37:09 -04:00
parent 107bb826e9
commit b9b07e00b9
4 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,41 @@
{
"textures": [
{
"image": "snow_worker_f.png",
"format": "RGBA8888",
"size": {
"w": 74,
"h": 74
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
"trimmed": false,
"sourceSize": {
"w": 35,
"h": 74
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 35,
"h": 74
},
"frame": {
"x": 0,
"y": 0,
"w": 35,
"h": 74
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": "$TexturePacker:SmartUpdate:6bad32daffd14d5a21c9b090c23b87ea:0b8b4c8146d9853ebe149c44d58484c7:4f90b07dc4792fdf9004b880b7277b97$"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

View File

@ -1,7 +1,7 @@
{
"textures": [
{
"image": "snow_worker.png",
"image": "snow_worker_m.png",
"format": "RGBA8888",
"size": {
"w": 183,

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB