From: LordCarve <27449516+LordCarve@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:13:27 +0000 (+0100) Subject: Add icon to Change Voice Mask Action (#23239) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1836bdf3ed560c9a83fc55e21a5a5b7a2e9bc8a7;p=space-station-14.git Add icon to Change Voice Mask Action (#23239) --- 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 0000000000..9bf26fc86f Binary files /dev/null and b/Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png differ 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" + } + ] +}