]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Give the station map inhand sprites (#35605)
authorhivehum <ketchupfaced@gmail.com>
Sat, 1 Mar 2025 20:31:44 +0000 (15:31 -0500)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 20:31:44 +0000 (21:31 +0100)
map has inhands

Resources/Textures/Objects/Devices/tablets.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/meta.json

diff --git a/Resources/Textures/Objects/Devices/tablets.rsi/inhand-left.png b/Resources/Textures/Objects/Devices/tablets.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..8badda6
Binary files /dev/null and b/Resources/Textures/Objects/Devices/tablets.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Objects/Devices/tablets.rsi/inhand-right.png b/Resources/Textures/Objects/Devices/tablets.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..92b2940
Binary files /dev/null and b/Resources/Textures/Objects/Devices/tablets.rsi/inhand-right.png differ
index 5af056f2915945cac4eea82f680f3fbde31fc27e..5c572d32e45836c6588e2d776761f618bc69f504 100644 (file)
@@ -1,7 +1,7 @@
 {
     "version": 1,
     "license": "CC-BY-SA-3.0",
-    "copyright": "Taken from Baystation12 at https://github.com/Baystation12/Baystation12/tree/17e84546562b97d775cb26790a08e6d87e7f8077 and heavily modified by Flareguy for Space Station 14",
+    "copyright": "Taken from Baystation12 at https://github.com/Baystation12/Baystation12/tree/17e84546562b97d775cb26790a08e6d87e7f8077 and heavily modified by Flareguy for Space Station 14. Inhands by carousel",
     "size": {
         "x": 32,
         "y": 32
             0.3
             ]
         ]
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "inhand-right",
+            "directions": 4
         }
     ]
 }