From b9b07e00b9238bf68a9720384768976707e9feb7 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Sat, 30 Mar 2024 16:37:09 -0400 Subject: [PATCH] Fix snow worker trainer causing crash --- public/images/trainer/snow_worker_f.json | 41 ++++++++++++++++++ public/images/trainer/snow_worker_f.png | Bin 0 -> 823 bytes .../{snow_worker.json => snow_worker_m.json} | 2 +- .../{snow_worker.png => snow_worker_m.png} | Bin 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 public/images/trainer/snow_worker_f.json create mode 100644 public/images/trainer/snow_worker_f.png rename public/images/trainer/{snow_worker.json => snow_worker_m.json} (99%) rename public/images/trainer/{snow_worker.png => snow_worker_m.png} (100%) diff --git a/public/images/trainer/snow_worker_f.json b/public/images/trainer/snow_worker_f.json new file mode 100644 index 000000000..822d3f930 --- /dev/null +++ b/public/images/trainer/snow_worker_f.json @@ -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$" + } +} diff --git a/public/images/trainer/snow_worker_f.png b/public/images/trainer/snow_worker_f.png new file mode 100644 index 0000000000000000000000000000000000000000..e52dbf315149f468ebf3e13a4bb0112b6f1e4936 GIT binary patch literal 823 zcmV-71IYY|P)-V&O;Au!S%#ctV^Vq2;(JP3jWQjSl$^bL zW6et}&iMP@S~=dOd)};4|JJ?#|Nrm$qcs2k00DGTPE!Ct=GbNc000SaNLh0L01FcU z01FcV0GgZ_0007lNklN?O z2Xq*IEh8%o?aP=LV~Ek1W+}!@#eg1Cwi>DMAJtaYtEj@E2NgnNiwFrx3?E|sCVC%& zF=|}_q)60JT5EqCSRb=G4u7lsjNn78vQuIsuTsIpkoZuQ{_&1a%cmWFu! z_`o@*_Z=8;sPp_jxxV8Dl%sT!qQ(CtwVi2wMgIHpK^p6C?+6XEs$GmuWOJQU=>QN5>4KObsH$J9Hp=zjjH9-Lo=2OL%K*h zL!8<^uUHY+{mxB98PPk1!D9VIYCuQo{#Pl!DSA*GRyx#Os71aUCiJ0*O+BnP)qbLvW}JykAEyLHr1QLPksOZ002ovPDHLkV1f?h BbZ-Cv literal 0 HcmV?d00001 diff --git a/public/images/trainer/snow_worker.json b/public/images/trainer/snow_worker_m.json similarity index 99% rename from public/images/trainer/snow_worker.json rename to public/images/trainer/snow_worker_m.json index ab1329ea9..0c1a21133 100644 --- a/public/images/trainer/snow_worker.json +++ b/public/images/trainer/snow_worker_m.json @@ -1,7 +1,7 @@ { "textures": [ { - "image": "snow_worker.png", + "image": "snow_worker_m.png", "format": "RGBA8888", "size": { "w": 183, diff --git a/public/images/trainer/snow_worker.png b/public/images/trainer/snow_worker_m.png similarity index 100% rename from public/images/trainer/snow_worker.png rename to public/images/trainer/snow_worker_m.png