From 2c69dd2df904cc8829da9782f22cd151f5cc4a8b Mon Sep 17 00:00:00 2001 From: "I.K" <45953835+notquitehadouken@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:46:30 -0500 Subject: [PATCH] emag inhand sprites (#20729) --- .../Prototypes/Entities/Objects/Tools/emag.yml | 4 ++++ .../Objects/Tools/emag.rsi/inhand-left.png | Bin 0 -> 261 bytes .../Objects/Tools/emag.rsi/inhand-right.png | Bin 0 -> 262 bytes .../Textures/Objects/Tools/emag.rsi/meta.json | 10 +++++++++- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Objects/Tools/emag.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Tools/emag.rsi/inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Tools/emag.yml b/Resources/Prototypes/Entities/Objects/Tools/emag.yml index 8ebf56d68e..702b7c86be 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/emag.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/emag.yml @@ -10,6 +10,8 @@ - type: Sprite sprite: Objects/Tools/emag.rsi state: icon + - type: Item + sprite: Objects/Tools/emag.rsi - type: entity parent: BaseItem @@ -22,3 +24,5 @@ - type: Sprite sprite: Objects/Tools/emag.rsi state: icon + - type: Item + sprite: Objects/Tools/emag.rsi diff --git a/Resources/Textures/Objects/Tools/emag.rsi/inhand-left.png b/Resources/Textures/Objects/Tools/emag.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..f273903cb6e4e932f35cf110a23aa03c9b906467 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!C9Uzjv*CsZ*OhnJ!Bxj8o+;u=ZwQk#g~_s zx+ke@GuU-v;){=-W_!X__4MxVKPw8$Pk0?Gm>7pvy*eh`-nW#ccW3Z) zfrqy~Uz2-UHN`;dO=Q-Y-k+DJeb^P>S0Jfq|NL0_ua7n7gnqpaxEwDBGKGQRQ|jNo z=tKA8?Xu+)s|tVi)V8Fiyi?XuE|zCxsEgCg4=qS}{vr3-F_2nMS3j3^P6xDPi5QZ5C^;fLF zJblCAxs4)*U--(|f{tETeP7a}{MAFogz}{|40+d6o-bUU!~;_9>FVdQ&MBb@04s4} A$p8QV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/emag.rsi/meta.json b/Resources/Textures/Objects/Tools/emag.rsi/meta.json index d14e20b7a5..66fc62d663 100644 --- a/Resources/Textures/Objects/Tools/emag.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/emag.rsi/meta.json @@ -1,12 +1,20 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation wiki at https://tgstation13.org/wiki/File:Emag.png", + "copyright": "Taken from tgstation wiki at https://tgstation13.org/wiki/File:Emag.png, inhand sprites modified from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e", "size": { "x": 32, "y": 32 }, "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, { "name": "icon" } -- 2.51.2