Add icon to Change Voice Mask Action (#23239)
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- 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
|
event: !type:VoiceMaskSetNameEvent
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
BIN
Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png
Normal file
BIN
Resources/Textures/Interface/Actions/voice-mask.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 767 B |
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user