From 307c0dc01bcaeb038fdbbc5e91845f165bfa1da3 Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Fri, 5 Sep 2025 23:55:54 +1000 Subject: [PATCH] fix meta --- .../Objects/Tools/fishing_rod.rsi/meta.json | 4 +-- .../_CP14/Objects/Tools/float.rsi/2.png | Bin 204 -> 0 bytes .../_CP14/Objects/Tools/float.rsi/3.png | Bin 337 -> 0 bytes .../_CP14/Objects/Tools/float.rsi/4.png | Bin 292 -> 0 bytes .../Objects/Tools/float.rsi/animation.png | Bin 0 -> 599 bytes .../Tools/float.rsi/{1.png => float.png} | Bin .../_CP14/Objects/Tools/float.rsi/meta.json | 25 ++++++++++++++++++ 7 files changed, 27 insertions(+), 2 deletions(-) delete mode 100644 Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png delete mode 100644 Resources/Textures/_CP14/Objects/Tools/float.rsi/3.png delete mode 100644 Resources/Textures/_CP14/Objects/Tools/float.rsi/4.png create mode 100644 Resources/Textures/_CP14/Objects/Tools/float.rsi/animation.png rename Resources/Textures/_CP14/Objects/Tools/float.rsi/{1.png => float.png} (100%) create mode 100644 Resources/Textures/_CP14/Objects/Tools/float.rsi/meta.json diff --git a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json index ff0451567b..d0c508ca9d 100644 --- a/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Tools/fishing_rod.rsi/meta.json @@ -4,8 +4,8 @@ "x": 48, "y": 48 }, - "license": "CLA", - "copyright": "Created by omsoyk (Discord) ", + "license": "CC-BY-SA-4.0", + "copyright": "Created by omsoyk (Discord)", "states": [ { "name": "icon" diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/2.png deleted file mode 100644 index 1c60d7a727c474ecd2bf56e54f836ce7222f43dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ZJsWUArY;~ z2@alOn1pM+zeiqCsFqz}! wBw;ok!$rUCjC45qCd#_`gvmm!Y~W$Y+w8hl>89B>po5aHyW(T)EV$A+ql@Q<1K!m7r4egJ2umzQ)EzN5j~3MP_E^ z=BusOMO4!kF>ZR_FWK?0e$J}@|G)p6^8YxG%YWt5!or~j4%<#&)V+CW_RfyR#w{`q zCJJVWy0$-!`b6#<8wdz8fgSdfPg3APx%5lKWrRCt{2nmuX*F%X57+`;4!F5)hiNaey{0$YRx>^etq?K;7Q3&Ro!#+Cbk z3&S?25XaF#9!CQi+<4%*ot!w12J-v)R{nfG{R=`U z^z1h!AQ-0TFIGFbJ)GqBaFUDFF3K*@@s)rp?m)G$hr64N%lE#af!6JoRb2%0Bh^{t z6v3dym>O5bP!&gIm{X};iE-OxOAZMDKA5eCVzwTpcH<2D7VrUG_}k-GO!G#rQ#+6v z1R%8osX+i@8Oo{h>m=I&IotpOM*si-0001hizVulm~Zqaa#tb5O8|U0(lvkEy!0vj z{bR?Tn-zevs*C+{es+Kwpbp%>yn2I0OIy002ovPDHLkV1nP<2+sfj literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png b/Resources/Textures/_CP14/Objects/Tools/float.rsi/float.png similarity index 100% rename from Resources/Textures/_CP14/Objects/Tools/float.rsi/1.png rename to Resources/Textures/_CP14/Objects/Tools/float.rsi/float.png diff --git a/Resources/Textures/_CP14/Objects/Tools/float.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/float.rsi/meta.json new file mode 100644 index 0000000000..c770320953 --- /dev/null +++ b/Resources/Textures/_CP14/Objects/Tools/float.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-4.0", + "copyright": "Created by omsoyk (Discord)", + "states": [ + { + "name": "float" + }, + { + "name": "animation", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} \ No newline at end of file