Fix texture sprite specifiers to RSI PNGs (#39783)

These aren't available when packaged anymore.
This commit is contained in:
Pieter-Jan Briers
2025-08-22 22:21:23 +02:00
committed by GitHub
parent 9ff62c9fe2
commit 73a5c45c49
3 changed files with 7 additions and 7 deletions

View File

@@ -6,6 +6,6 @@
components:
- type: Action
useDelay: 30
icon: Structures/Specific/anomaly.rsi/anom1.png
icon: { sprite: Structures/Specific/anomaly.rsi, state: anom1 }
- type: InstantAction
event: !type:ActionAnomalyPulseEvent

View File

@@ -10,7 +10,7 @@
- type: alert
id: Corporeal
icons: [ /Textures/Mobs/Ghosts/revenant.rsi/icon.png ]
icons: [ { sprite: /Textures/Mobs/Ghosts/revenant.rsi, state: icon } ]
name: alerts-revenant-corporeal-name
description: alerts-revenant-corporeal-desc

View File

@@ -117,7 +117,7 @@
components:
- type: Action
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
iconOn: Structures/Machines/parts.rsi/box_2.png
iconOn: { sprite: Structures/Machines/parts.rsi, state: box_2 }
keywords: [ "AI", "console", "interface" ]
priority: -10
@@ -138,7 +138,7 @@
components:
- type: Action
icon: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console }
iconOn: Interface/Actions/actions_ai.rsi/comms_console.png
iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console }
keywords: [ "AI", "console", "interface" ]
priority: -4
- type: InstantAction
@@ -152,7 +152,7 @@
components:
- type: Action
icon: { sprite: Interface/Actions/actions_ai.rsi, state: mass_scanner }
iconOn: Interface/Actions/actions_ai.rsi/mass_scanner.png
iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console }
keywords: [ "AI", "console", "interface" ]
priority: -6
- type: InstantAction
@@ -175,7 +175,7 @@
components:
- type: Action
icon: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor }
iconOn: Interface/Actions/actions_ai.rsi/crew_monitor.png
iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor }
keywords: [ "AI", "console", "interface" ]
priority: -8
- type: InstantAction
@@ -189,7 +189,7 @@
components:
- type: Action
icon: { sprite: Interface/Actions/actions_ai.rsi, state: station_records }
iconOn: Interface/Actions/actions_ai.rsi/station_records.png
iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: station_records }
keywords: [ "AI", "console", "interface" ]
priority: -7
- type: InstantAction