]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Anomaly Scanner In-hand Sprites (#33427)
authorTiniest Shark <head.rebel@yahoo.com>
Tue, 17 Dec 2024 13:35:23 +0000 (08:35 -0500)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 13:35:23 +0000 (14:35 +0100)
* Adds in-hand sprites to the Anomaly Scanner.

* Revert "Adds in-hand sprites to the Anomaly Scanner."

This reverts commit 257efd032a15d6459043f47106bd537abfe18fad.

im very stupid and need to undo my dumb commit.

* okay actually making sure these are committed this time like a smart boi

* Better version of the sprites based off of /tg station's health analyzer.

* Updated copyright to include link to sprite

* Updated copyright license and commit link

* Update Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
* Update Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json

Aeshus adjusted indentation to better match original file.

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
---------

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json

diff --git a/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..b80c46c
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..5557d7e
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png differ
index 76eff64a5610b790d19dd524c138a7a55b3db86d..289c6bb2695f43c77a2bb7993060a0599983dbe5 100644 (file)
@@ -4,11 +4,19 @@
     "x": 32,
     "y": 32
   },
-  "license": "CC0-1.0",
-  "copyright": "Created by EmoGarbage",
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Created by EmoGarbage, Inhands by TiniestShark based off of /tg station's health analyzer at https://github.com/tgstation/tgstation/commit/c7e5ca401c91cb1351c2f68cda3fe35634c4dba2",
   "states": [
     {
       "name": "icon"
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
     }
   ]
 }