From 9d7846ed72606e95a07564d61284952355467e7e Mon Sep 17 00:00:00 2001 From: onesch <118821520+onesch@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:09:43 +0400 Subject: [PATCH] Safari hat In-hand Sprites (#33464) * adds in-hand sprites to the safari hat. * Update copyright wording * visual fix * Resprite in-hand sprites. * linting meta.json --- .../Head/Hats/safarihat.rsi/inhand-left.png | Bin 0 -> 338 bytes .../Head/Hats/safarihat.rsi/inhand-right.png | Bin 0 -> 344 bytes .../Clothing/Head/Hats/safarihat.rsi/meta.json | 10 +++++++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..a72eb0525ca5bee51fea149d9a3da6e42524dcda GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0(2Ka=y&aaO+xVY%@{p;V_;Km&b=L$<7 zR++QulAIGGDYDFnxt;3{$P{NIlD=&p~2@4gkFAIy>+6Eb@e%igTD%| zO+07G%#wC#$=#|dr$xX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ce207f5065e14d6decffdaf1f6346bfd17ecfdef GIT binary patch literal 344 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0(2Ka=y&aaO+xVY%@{wa)x18o`23=d zgTZTegv2p1vT(7?7n;-c?q`^Q;arVfmAeCj9D!)|eP^@J0?(m2bRG-x$v<`TSA-{f6*gum1^sabRc!8zi8y`9a3{^G&;cZVybnS!a@a zF@F)0sy>_AK|3vuYQql#Th8w9FVdQ&MBb@045%XGynhq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/meta.json index 779279f128..e31bbe6a02 100644 --- a/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Created by EmoGarbage404", + "copyright": "Created by EmoGarbage404, Inhands by onesch", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-HELMET", "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } -- 2.51.2