From 1836bdf3ed560c9a83fc55e21a5a5b7a2e9bc8a7 Mon Sep 17 00:00:00 2001 From: LordCarve <27449516+LordCarve@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:13:27 +0100 Subject: [PATCH] Add icon to Change Voice Mask Action (#23239) --- Resources/Prototypes/Actions/types.yml | 2 +- .../Interface/Actions/voice-mask.rsi/icon.png | Bin 0 -> 767 bytes .../Interface/Actions/voice-mask.rsi/meta.json | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png create mode 100644 Resources/Textures/Interface/Actions/voice-mask.rsi/meta.json diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 8575a921b3..6fb907ce30 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -181,7 +181,7 @@ noSpawn: true components: - type: InstantAction - icon: Interface/Actions/scream.png # somebody else can figure out a better icon for this + icon: { sprite: Interface/Actions/voice-mask.rsi, state: icon } event: !type:VoiceMaskSetNameEvent - type: entity diff --git a/Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png b/Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9bf26fc86f6fd648d62d3722158de5c334dad1cd GIT binary patch literal 767 zcmV z-I3cm423`Mqz9l1vWn1EY^so|kgM=kVWkSP3Y;o@A1KT6Pn?}35BFi=8I1=#_&Wqh z!k2u>mwZynP)`2>b1!e71%^fWOrC$8KpD#M0aY=X_#HMZUIt53I{u!4#Cw^_xlHA} z2AWG?P=>4Sg5`t(q+>ES|7CDHS;GANmkE@qOaMVpQw6)~0OXGh1VK?50KED0@@r2p zw_G7^eBLAwDTYfmYcOND7Mtj+uw@4pj6L6iGM81U+^+a-0%a&?Nu-wE0W6G4CDd(0 z{WII#E836|3d&H6nHfARd!^yMWZaP8eAKaA`cZUZR;%K1vN+s5MYp z*}^cY)hSIW%FruU|1Eyg(u`MDc4ifBA;5Gh+E%!&=EqH^ucInk`-1`u&+;;DAH(G!c*xg7y z(|yM7)w%?`bV_FjEIU$9*{m-vW7PLIFGdycAOhSk*n7KJneYt-W{%WXy*dH=Z{A!8 zs~$8O1&|hA1LoYk%q4IT0nG_P%gr5+stRGaKpAS(r6&z}2#d zkF)p6M4A&(A)->Nhz5%tHG*2z8?HHI6g4^{jUNai0&7P8nMWGqJkE~5nnCNysRClW z`2DsXl``7ccIlYTZRy&(9bEs-hk18r_u+#dC81HfMtd|9 zF25YP2QB(-a0D(tylTugwp|002ovPDHLkV1hqjXd?gs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/voice-mask.rsi/meta.json b/Resources/Textures/Interface/Actions/voice-mask.rsi/meta.json new file mode 100644 index 0000000000..f262f2357f --- /dev/null +++ b/Resources/Textures/Interface/Actions/voice-mask.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-4.0", + "copyright": "Made by Carve for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} -- 2.51.2