Mindshield outline flashes, (#25409)
* Add animation support to status icons Animated like any other entity. Change the png to have all frames, add delays in meta.json, and you're good to go. * Dirty "fix" for the crashing. Still have no idea why files cannot be read without changing their path in the yaml. * Sloth review ig I still have no idea why it wont work with /Textures/ missing as a prefix.
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
id: ZombieFaction
|
||||
priority: 11
|
||||
icon:
|
||||
sprite: Interface/Misc/job_icons.rsi
|
||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||
state: Zombie
|
||||
|
||||
- type: statusIcon
|
||||
id: RevolutionaryFaction
|
||||
priority: 11
|
||||
icon:
|
||||
sprite: Interface/Misc/job_icons.rsi
|
||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||
state: Revolutionary
|
||||
|
||||
- type: statusIcon
|
||||
id: HeadRevolutionaryFaction
|
||||
priority: 11
|
||||
icon:
|
||||
sprite: Interface/Misc/job_icons.rsi
|
||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||
state: HeadRevolutionary
|
||||
|
||||
- type: statusIcon
|
||||
@@ -25,7 +25,7 @@
|
||||
locationPreference: Right
|
||||
layer: Mod
|
||||
icon:
|
||||
sprite: Interface/Misc/job_icons.rsi
|
||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||
state: MindShield
|
||||
|
||||
- type: statusIcon
|
||||
@@ -33,5 +33,5 @@
|
||||
priority: 0
|
||||
locationPreference: Left
|
||||
icon:
|
||||
sprite: Interface/Misc/job_icons.rsi
|
||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||
state: Syndicate
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
- type: statusIcon
|
||||
id: DebugStatus
|
||||
icon:
|
||||
sprite: Interface/Misc/research_disciplines.rsi
|
||||
sprite: /Textures/Interface/Misc/research_disciplines.rsi
|
||||
state: civilianservices
|
||||
|
||||
- type: statusIcon
|
||||
id: DebugStatus2
|
||||
priority: 1
|
||||
icon:
|
||||
sprite: Interface/Misc/research_disciplines.rsi
|
||||
sprite: /Textures/Interface/Misc/research_disciplines.rsi
|
||||
state: arsenal
|
||||
|
||||
- type: statusIcon
|
||||
id: DebugStatus3
|
||||
priority: 5
|
||||
icon:
|
||||
sprite: Interface/Misc/research_disciplines.rsi
|
||||
sprite: /Textures/Interface/Misc/research_disciplines.rsi
|
||||
state: experimental
|
||||
|
||||
Reference in New Issue
Block a user