]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add mining drill inhand sprites (#22494)
authorthemias <89101928+themias@users.noreply.github.com>
Thu, 14 Dec 2023 16:47:48 +0000 (11:47 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 16:47:48 +0000 (11:47 -0500)
Resources/Textures/Objects/Tools/handdrill.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/handdrill.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/handdrill.rsi/meta.json

diff --git a/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-left.png b/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..048627b
Binary files /dev/null and b/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-right.png b/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..1dedea4
Binary files /dev/null and b/Resources/Textures/Objects/Tools/handdrill.rsi/inhand-right.png differ
index d31b77623a99c7e307f27ee453fcb786058a1376..54384696f6f0276785e34418a25ecc894d92b947 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-NC-SA-3.0",
-  "copyright": "Taken from goonstation at commit https://github.com/goonstation/goonstation/commit/2ce04dea2495ed19aeca4b6b42bf59fef2b4dd37",
+  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8fdee6e4e3dacdb7a12efaac132933dc0fc649b4",
   "size": {
     "x": 32,
     "y": 32
@@ -9,6 +9,14 @@
   "states": [
     {
       "name": "handdrill"
+    },
+       {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
     }
   ]
 }
\ No newline at end of file