diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/ObjectiveStatusEscort.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff) | |
Updated HUD Files
- Updated colors to use the schema instead of RGB codes
- Removed unused or redundant code
- Added shadows to certain elements
- Corrected element names, reorganized some files
- Pinned some elements to their parent elements
- Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/ObjectiveStatusEscort.res')
| -rw-r--r-- | resource/ui/ObjectiveStatusEscort.res | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index b99627c..6dc0714 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -47,7 +47,6 @@ "if_single_with_hills" { "ypos" "120" - "ypos_minmode" "120" "tall" "12" "image" "../hud/cart_track_neutral_opaque" } @@ -479,7 +478,7 @@ "enabled" "1" "scaleImage" "1" "icon" "cappoint_progressbar_teardrop" - "iconColor" "255 255 255 255" + "iconColor" "White" "if_multiple_trains" { @@ -528,7 +527,6 @@ "fieldName" "Blocked" "xpos" "2" "ypos" "2" - "ypos_minmode" "2" "zpos" "1" "wide" "50" "wide_minmode" "31" @@ -538,7 +536,7 @@ "enabled" "1" "scaleImage" "1" "icon" "cappoint_progressbar_blocked" - "iconColor" "255 255 255 255" + "iconColor" "White" "if_multiple_trains" { |
