]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Safari hat In-hand Sprites (#33464)
authoronesch <118821520+onesch@users.noreply.github.com>
Thu, 12 Dec 2024 17:09:43 +0000 (21:09 +0400)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 17:09:43 +0000 (18:09 +0100)
* adds in-hand sprites to the safari hat.

* Update copyright wording

* visual fix

* Resprite in-hand sprites.

* linting meta.json

Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/safarihat.rsi/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 (file)
index 0000000..a72eb05
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 (file)
index 0000000..ce207f5
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/safarihat.rsi/inhand-right.png differ
index 779279f1280fb0d46f2d68d5d2003f4451d5e869..e31bbe6a0281b6bd037fa09a6d0826c93e064316 100644 (file)
@@ -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
     {
       "name": "equipped-HELMET",
       "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
     }
   ]
 }