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/hud_obj_tele.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/hud_obj_tele.res')
| -rw-r--r-- | resource/ui/hud_obj_tele.res | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resource/ui/hud_obj_tele.res b/resource/ui/hud_obj_tele.res index fc97d84..02270c7 100644 --- a/resource/ui/hud_obj_tele.res +++ b/resource/ui/hud_obj_tele.res @@ -37,7 +37,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_tele_entrance"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"NotBuiltPanel"
@@ -54,7 +54,7 @@ {
"ControlName" "CExLabel"
"fieldName" "NotBuiltLabel"
- "font" "Cerbetica9"
+ "font" "Cerbetica10"
"xpos" "60"
"ypos" "0"
"wide" "200"
@@ -93,7 +93,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_upgrade_1"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"Icon_Upgrade_2"
@@ -109,7 +109,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_upgrade_2"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"Icon_Upgrade_3"
@@ -125,7 +125,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_upgrade_3"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"AlertTray"
@@ -154,7 +154,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_icon_wrench"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"SapperIcon"
@@ -170,7 +170,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "obj_status_icon_sapper"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"Health"
|
