Skip to content

Commit

Permalink
fix texture path (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Werzet authored Mar 3, 2024
1 parent e3d9277 commit c6ba559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/SS220/StatusEffects/sechud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
parent: SecHudIcon
id: SecWantedIcon
icon:
sprite: SS220/Interface/Misc/sechud.rsi
sprite: /Textures/SS220/Interface/Misc/sechud.rsi
state: wanted

- type: statusIcon
parent: SecHudIcon
id: SecMonitorIcon
icon:
sprite: SS220/Interface/Misc/sechud.rsi
sprite: /Textures/SS220/Interface/Misc/sechud.rsi
state: monitor

- type: statusIcon
parent: SecHudIcon
id: SecSearchIcon
icon:
sprite: SS220/Interface/Misc/sechud.rsi
sprite: /Textures/SS220/Interface/Misc/sechud.rsi
state: search

- type: statusIcon
parent: SecHudIcon
id: SecExecuteIcon
icon:
sprite: SS220/Interface/Misc/sechud.rsi
state: execute
sprite: /Textures/SS220/Interface/Misc/sechud.rsi
state: execute

0 comments on commit c6ba559

Please sign in to comment.