Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invert status icon side #2023

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Resources/Prototypes/StatusEffects/health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
icon:
sprite: /Textures/Interface/Misc/health_icons.rsi
state: Fine
locationPreference: Right
locationPreference: Left # Corvax-TypingIndicator

- type: statusIcon
id: HealthIconCritical
priority: 1
icon:
sprite: /Textures/Interface/Misc/health_icons.rsi
state: Critical
locationPreference: Right
locationPreference: Left # Corvax-TypingIndicator

- type: statusIcon
id: HealthIconDead
priority: 1
icon:
sprite: /Textures/Interface/Misc/health_icons.rsi
state: Dead
locationPreference: Right
locationPreference: Left # Corvax-TypingIndicator

- type: statusIcon
id: HealthIconRotting
priority: 1
icon:
sprite: /Textures/Interface/Misc/health_icons.rsi
state: Rotting
locationPreference: Right
locationPreference: Left # Corvax-TypingIndicator

2 changes: 1 addition & 1 deletion Resources/Prototypes/StatusEffects/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
abstract: true
priority: 2
offset: 1
locationPreference: Right
locationPreference: Left # Corvax-TypingIndicator

- type: statusIcon
parent: SecurityIcon
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/StatusEffects/ssd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
icon:
sprite: /Textures/Effects/ssd.rsi
state: default0
locationPreference: Left
locationPreference: Right # Corvax-TypingIndicator
2 changes: 1 addition & 1 deletion Resources/Prototypes/StatusIcon/antag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- type: statusIcon
id: SyndicateFaction
priority: 0
locationPreference: Left
locationPreference: Right # Corvax-TypingIndicator
icon:
sprite: /Textures/Interface/Misc/job_icons.rsi
state: Syndicate
Loading