From 32164c2ab8dfa8e668d2bb38aa9664e0688413e2 Mon Sep 17 00:00:00 2001 From: Tiniest Shark Date: Tue, 17 Dec 2024 08:35:23 -0500 Subject: [PATCH] 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> --- .../Research/anomalyscanner.rsi/inhand-left.png | Bin 0 -> 633 bytes .../Research/anomalyscanner.rsi/inhand-right.png | Bin 0 -> 643 bytes .../Research/anomalyscanner.rsi/meta.json | 12 ++++++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Specific/Research/anomalyscanner.rsi/inhand-right.png 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 0000000000000000000000000000000000000000..b80c46c2664bfa7d37a31db084a41761521c4d48 GIT binary patch literal 633 zcmV-<0*3vGP)Px%Gf6~2RCt{2+C6LAP!tB>*Cu043^h?9L$Y*pka4mbDoZ4okilz-%?0NN1O#0@ zcc8E?UFD?;wUw*QiU|PdHhNlBI$~j{N=J7ay-dOt2_PE2bO^k9 zJi_YFkf@mtfQX2Qh=_=Yh=^z=Nv_7TK1b|+K&0E~>9AVFW^+5!5H_3J zdPUW+TTAy>ym$c7HuwI#A^s*rTPIcN=tngNAK!QYfZdv#_yUD!0Bz;!Xq9a{7Q$*V z4k69TEZRDqdtR<=nmVi&@xK2q{(Syk5tA=LqQFH1Fe@g)eINC$!c+)l)70mlmrJ@n z`>`Dc0IaP#upJB5lO}>m5DyXVCwqs#!)rr4zbC|oh z`P_Ky0{~W34VPCJiH8RO(LFveeP77m_#R5qp?`Nq7PUo0uX>itQZ8bNh$y{pno{W} T0|VLe00000NkvXXu0mjf+!GtI literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..5557d7e7c25c39da220fc56ea611345694d3ca87 GIT binary patch literal 643 zcmV-}0(||6P)Px%JxN4CRCt{2+P`ZWVHgMS?}=k12bEaJkSyH{?_s+ORgVM-4z4AYgX&x7Xy zh=_=Yh=_=Yh@Mq3s`6j2A!xB#0}RcSwPIZYfY3zblTa(xrJh^ z<>2JBC6mqQC!v#a08BP+p7B!?(Cc^6NjWI!Ijptf`0(is(zmZ8orHp(!#Ja2V|{b3 z@lz9EwHwN>(NA1nTw}2Ph^zAlE&`FA2wo z_lSK=F1^sO47ML}d2x*+>p%%~VnZ`!#i+`Y)0T|t@drZwr%DSE>EJ_^7UE?F{#3=N zzT6W4{GV@vL_|bHL_|bHL`39=pHg%bzh`D`aGL#WRc;ws?3VXJO~P(@PmVJx+&+aM zEtG&-u`c(slN!N~GaK)-y0=3?SC9Yx7Uihx29l&nei%k8jrJD#UMpX(;z;4@tHzl}pC!6qs54`aq2w@gY-RB7l dvqVG`yg$GX<$$=stVjR=002ovPDHLkV1n7@C8+=a literal 0 HcmV?d00001 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 } ] } -- 2.51.2