diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:07:17 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:07:17 -0400 |
| commit | 9d7d77c52d7c478e974a24ebe1da01c9d9f63ff9 (patch) | |
| tree | 46fb7d8178df5731399c2278a4ee312e94a7073e /resource/ui/build_menu/base_cant_afford.res | |
| parent | 091764741adb5bc5d598541c3a369dc0e8f69a84 (diff) | |
Updated the PDA, disguise and taunt menues
Diffstat (limited to 'resource/ui/build_menu/base_cant_afford.res')
| -rw-r--r-- | resource/ui/build_menu/base_cant_afford.res | 68 |
1 files changed, 35 insertions, 33 deletions
diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res index d3b8739..b8065c1 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -18,22 +18,23 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" + "fgcolor" "ColorRed" } "ItemBackground" { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "BuildingIcon" @@ -57,34 +58,34 @@ "ControlName" "CExLabel" "fieldName" "CantBuildReason" "font" "CerbeticaBold16" - "fgcolor" "RedSolid" - "xpos" "10" - "ypos" "9" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" - "tall" "98" + "wide" "100" + "tall" "18" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "Metal Required" "textAlignment" "center" + "fgcolor" "ColorRed" } - "MetalIcon" + "MetalIcon" { "ControlName" "CIconPanel" "fieldName" "MetalIcon" "xpos" "34" - "ypos" "18" + "ypos" "26" "zpos" "1" "wide" "10" "tall" "10" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "icon" "ico_metal" - "iconColor" "RedSolid" + "iconColor" "ColorRed" } "CostLabel" @@ -92,11 +93,11 @@ "ControlName" "CExLabel" "fieldName" "CostLabel" "font" "CerbeticaBold16" - "fgcolor" "RedSolid" - "xpos" "49" - "ypos" "16" - "zpos" "2" - "wide" "84" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "25" + "zpos" "1" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -104,6 +105,7 @@ "enabled" "1" "labelText" "%metal%" "textAlignment" "Left" + "fgcolor_override" "ColorRed" } "CostLabelShadow" @@ -112,10 +114,10 @@ "fieldName" "CostLabelShadow" "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "1" - "wide" "84" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -152,13 +154,13 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" "iconColor" "White" @@ -169,12 +171,12 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" - "fgcolor" "TanLight" + "fgcolor" "ColorRed" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" |
