diff options
Diffstat (limited to 'resource/ui/build_menu')
14 files changed, 136 insertions, 214 deletions
diff --git a/resource/ui/build_menu/HudMenuEngyBuild.res b/resource/ui/build_menu/HudMenuEngyBuild.res index c5d864d..14a89b2 100644 --- a/resource/ui/build_menu/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/HudMenuEngyBuild.res @@ -29,23 +29,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "ico_build"
- "iconColor" "255 255 255 255"
- }
-
- "BuildIconShadow"
- {
- "ControlName" "CIconPanel"
- "fieldName" "BuildIconShadow"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "0"
- "wide" "48"
- "tall" "48"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "ico_build"
- "iconColor" "0 0 0 255"
+ "iconColor" "White"
}
"TitleLabel"
@@ -74,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"
@@ -87,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"
diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index c967b69..852b53d 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -24,13 +24,13 @@ {
"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"
@@ -49,7 +49,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"MetalIcon"
@@ -76,7 +76,7 @@ "fgcolor" "TanLight"
"xpos" "49"
"ypos" "16"
- "zpos" "1"
+ "zpos" "2"
"wide" "84"
"tall" "13"
"autoResize" "0"
@@ -87,6 +87,29 @@ "textAlignment" "Left"
}
+ "CostLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CostLabelShadow"
+ "font" "CerbeticaBold16"
+ "fgcolor" "TransparentBlack"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "84"
+ "tall" "13"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%metal%"
+ "textAlignment" "Left"
+
+ "pin_to_sibling" "CostLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
"ModeLabel"
{
"ControlName" "CExLabel"
@@ -119,7 +142,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"NumberLabel"
@@ -142,24 +165,4 @@ "dulltext" "1"
"brighttext" "0"
}
- "NumberLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "NumberLabel"
- "font" "CerbeticaBold20"
- "fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
- "zpos" "1"
- "wide" "100"
- "tall" "18"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "1"
- "textAlignment" "Center"
- "dulltext" "1"
- "brighttext" "0"
- }
}
\ No newline at end of file diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res index 0a155eb..be7aced 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -24,13 +24,13 @@ { "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" @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" + "iconColor" "White" } "ModeLabel" @@ -75,16 +75,16 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "99" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res index 4eaee37..0fff64e 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -56,22 +56,6 @@ "iconColor" "ProgressOffWhite"
}
- "BuildingIcon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "BuildingIcon"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "2"
- "wide" "56"
- "tall" "56"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "hud_menu_sentry_build"
- "iconColor" "255 255 255 255"
- }
-
"MetalIcon"
{
"ControlName" "CIconPanel"
@@ -94,15 +78,15 @@ "fieldName" "CostLabel"
"font" "CerbeticaBold16"
"fgcolor" "TanLight"
- "xpos" "99999"
- "ypos" "99999"
+ "xpos" "1"
+ "ypos" "55"
"zpos" "1"
- "wide" "84"
+ "wide" "58"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
- "visible" "1"
- "enabled" "1"
+ "visible" "0"
+ "enabled" "0"
"labelText" "%metal%"
"textAlignment" "Left"
}
@@ -130,16 +114,16 @@ {
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
- "xpos" "9999"
- "ypos" "9999"
+ "xpos" "41"
+ "ypos" "99"
"zpos" "0"
- "wide" "18"
- "tall" "18"
- "visible" "1"
- "enabled" "1"
+ "wide" "0"
+ "tall" "0"
+ "visible" "0"
+ "enabled" "0"
"scaleImage" "1"
"icon" "ico_key_blank"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"NumberLabel"
@@ -162,24 +146,4 @@ "dulltext" "1"
"brighttext" "0"
}
- "NumberLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "NumberLabel"
- "font" "CerbeticaBold20"
- "fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
- "zpos" "1"
- "wide" "100"
- "tall" "18"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "1"
- "textAlignment" "Center"
- "dulltext" "1"
- "brighttext" "0"
- }
}
\ No newline at end of file diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res index bea2718..0a3a662 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -68,7 +68,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"MetalIcon"
@@ -95,7 +95,7 @@ "fgcolor" "RedSolid"
"xpos" "49"
"ypos" "16"
- "zpos" "1"
+ "zpos" "2"
"wide" "84"
"tall" "13"
"autoResize" "0"
@@ -106,6 +106,29 @@ "textAlignment" "Left"
}
+ "CostLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CostLabelShadow"
+ "font" "CerbeticaBold16"
+ "fgcolor" "TransparentBlack"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "84"
+ "tall" "13"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%metal%"
+ "textAlignment" "Left"
+
+ "pin_to_sibling" "CostLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
"ModeLabel"
{
"ControlName" "CExLabel"
@@ -138,7 +161,7 @@ "enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
- "iconColor" "255 255 255 255"
+ "iconColor" "White"
}
"NumberLabel"
@@ -161,24 +184,4 @@ "dulltext" "1"
"brighttext" "0"
}
- "NumberLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "NumberLabel"
- "font" "CerbeticaBold20"
- "fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
- "zpos" "1"
- "wide" "100"
- "tall" "18"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "1"
- "textAlignment" "Center"
- "dulltext" "1"
- "brighttext" "0"
- }
}
\ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res index 6ba5c24..7a43cc8 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -24,13 +24,13 @@ { "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" @@ -55,22 +55,6 @@ "dulltext" "0" "brighttext" "0" } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "" - "ypos" "9999" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" - } "ModeLabel" { @@ -95,16 +79,16 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "99" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -115,7 +99,7 @@ "fgcolor" "TanLight" "xpos" "0" "ypos" "85" - "zpos" "1" + "zpos" "2" "wide" "100" "tall" "18" "autoResize" "0" @@ -127,24 +111,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabelShadow" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "86" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } }
\ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index 25beff4..db4d926 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -29,23 +29,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_build" - "iconColor" "255 255 255 255" - } - - "BuildIconShadow" - { - "ControlName" "CIconPanel" - "fieldName" "BuildIconShadow" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "48" - "tall" "48" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_build" - "iconColor" "0 0 0 255" + "iconColor" "White" } "TitleLabel" @@ -74,8 +58,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "36" // 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" @@ -87,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" diff --git a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res index 3632554..80112b3 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -2,13 +2,25 @@ "Resource/UI/build_menu/HudMenuEngyBuild.res"
{
- "MainBackground"
+ "ItemBackground"
{
- "fillcolor" "50 255 50 50"
+ "ControlName" "CTFImagePanel"
+ "fieldName" "ItemBackground"
+ "xpos" "50"
+ "ypos" "10"
+ "zpos" "0"
+ "wide" "400"
+ "tall" "130"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "pipboy_overlay"
+ "tileImage" "1"
+ "drawcolor" "192 192 192 255"
}
"TitleLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res index fd1edbb..66d1210 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -4,26 +4,26 @@ {
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"BuildingIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"MetalIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"CostLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NumberLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res index 2c15a00..2da02c0 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -4,7 +4,7 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "ItemBackground" @@ -14,11 +14,11 @@ "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res index 80d28ec..857f384 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -4,16 +4,16 @@ {
"CantBuildReason"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NumberLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_cant_afford.res b/resource/ui/build_menu/pipboy/base_cant_afford.res index e6b0e84..ca5645e 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -4,11 +4,11 @@ {
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NumberLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res index 473d1cf..1d7ccac 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CantBuildReason" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 6024fdd..1414349 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -42,16 +42,16 @@ "BuildIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "TitleLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CancelLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } }
\ No newline at end of file |
