diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 15:52:33 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 15:52:33 -0500 |
| commit | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (patch) | |
| tree | 4f05cf7de703b30b5c2bb6a31ad7db7fbd1cc89d /resource/ui/destroy_menu/HudMenuEngyDestroy.res | |
| parent | 2e034f0e1f48acd0747568bb36c91656ad81d4e1 (diff) | |
Updated Engineer/Spy PDAs
- Pinned and added shadows to certain labels
- Updated colors to use the schema instead of RBG codes
- Corrected element names, removed unused elements
Diffstat (limited to 'resource/ui/destroy_menu/HudMenuEngyDestroy.res')
| -rw-r--r-- | resource/ui/destroy_menu/HudMenuEngyDestroy.res | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/resource/ui/destroy_menu/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/HudMenuEngyDestroy.res index 528c3e0..f977aa7 100644 --- a/resource/ui/destroy_menu/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/HudMenuEngyDestroy.res @@ -29,7 +29,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "ico_demolish"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"TitleLabel"
@@ -58,8 +58,8 @@ "fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "70" // align me to the left edge of the first selection
- "ypos" "-8"
+ "xpos" "-1" // align me to the left edge of the first selection
+ "ypos" "-1"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -71,6 +71,10 @@ "textAlignment" "Left"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "TitleLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"CancelLabel"
@@ -95,7 +99,7 @@ "active_item_1"
{
- "ControlName" "EditablePanel"
+ "ControlName" "CEngyDestroyMenuItem"
"fieldName" "active_item_1"
"xpos" "50"
"ypos" "23"
@@ -107,7 +111,7 @@ "active_item_2"
{
- "ControlName" "EditablePanel"
+ "ControlName" "CEngyDestroyMenuItem"
"fieldName" "active_item_2"
"xpos" "150"
"ypos" "23"
@@ -119,7 +123,7 @@ "active_item_3"
{
- "ControlName" "EditablePanel"
+ "ControlName" "CEngyDestroyMenuItem"
"fieldName" "active_item_3"
"xpos" "250"
"ypos" "23"
@@ -131,7 +135,7 @@ "active_item_4"
{
- "ControlName" "EditablePanel"
+ "ControlName" "CEngyDestroyMenuItem"
"fieldName" "active_item_4"
"xpos" "350"
"ypos" "23"
|
