Fix texture crimes (#12900)

This commit is contained in:
metalgearsloth
2022-12-06 14:35:44 +11:00
committed by GitHub
parent 16111b0668
commit d9a26c76e0
5 changed files with 38 additions and 23 deletions

View File

@@ -108,7 +108,9 @@
- type: alert
id: Stun
icons: [ /Textures/Objects/Weapons/Melee/stunbaton.rsi/stunbaton_off.png ] #Should probably draw a proper icon
icons:
- sprite: /Textures/Objects/Weapons/Melee/stunbaton.rsi #Should probably draw a proper icon
state: stunbaton_off
name: alerts-stunned-name
description: alerts-stunned-desc
@@ -122,7 +124,9 @@
- type: alert
id: Ensnared
onClick: !type:RemoveEnsnare { }
icons: [ /Textures/Interface/Alerts/ensnared.rsi/ensnared.png ]
icons:
- sprite: /Textures/Interface/Alerts/ensnared.rsi
state: ensnared
name: alerts-ensnared-name
description: alerts-ensnared-desc
@@ -288,36 +292,48 @@
- type: alert
id: Debug1
icons: [ /Textures/Interface/Alerts/human_health.rsi/health1.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health1
name: Debug1
description: Debug
- type: alert
id: Debug2
icons: [ /Textures/Interface/Alerts/human_health.rsi/health2.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health2
name: Debug2
description: Debug
- type: alert
id: Debug3
icons: [ /Textures/Interface/Alerts/human_health.rsi/health3.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health3
name: Debug3
description: Debug
- type: alert
id: Debug4
icons: [ /Textures/Interface/Alerts/human_health.rsi/health4.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health4
name: Debug4
description: Debug
- type: alert
id: Debug5
icons: [ /Textures/Interface/Alerts/human_health.rsi/health5.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health5
name: Debug5
description: Debug
- type: alert
id: Debug6
icons: [ /Textures/Interface/Alerts/human_health.rsi/health6.png ]
icons:
- sprite: /Textures/Interface/Alerts/human_health.rsi
state: health6
name: Debug6
description: Debug