From: onesch <118821520+onesch@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:09:43 +0000 (+0400) Subject: Safari hat In-hand Sprites (#33464) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9d7846ed72606e95a07564d61284952355467e7e;p=space-station-14.git 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 --- 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 0000000000..a72eb0525c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-left.png differ 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 0000000000..ce207f5065 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png differ 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 } ] }