From: Tiniest Shark Date: Tue, 17 Dec 2024 13:35:23 +0000 (-0500) Subject: Anomaly Scanner In-hand Sprites (#33427) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=32164c2ab8dfa8e668d2bb38aa9664e0688413e2;p=space-station-14.git Anomaly Scanner In-hand Sprites (#33427) * 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> --- 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 index 0000000000..b80c46c266 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 index 0000000000..5557d7e7c2 Binary files /dev/null and b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json index 76eff64a56..289c6bb269 100644 --- a/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/meta.json @@ -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 } ] }