From: hivehum Date: Sat, 1 Mar 2025 20:31:44 +0000 (-0500) Subject: Give the station map inhand sprites (#35605) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a926c53979868d0e98e07c58b3eec3fe295cd4b2;p=space-station-14.git Give the station map inhand sprites (#35605) map has inhands --- 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 index 0000000000..8badda607a 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 index 0000000000..92b29400f1 Binary files /dev/null and b/Resources/Textures/Objects/Devices/tablets.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Devices/tablets.rsi/meta.json b/Resources/Textures/Objects/Devices/tablets.rsi/meta.json index 5af056f291..5c572d32e4 100644 --- a/Resources/Textures/Objects/Devices/tablets.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/tablets.rsi/meta.json @@ -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 @@ -21,6 +21,14 @@ 0.3 ] ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] }