diff options
Diffstat (limited to 'resource/ui/build_menu')
28 files changed, 147 insertions, 186 deletions
diff --git a/resource/ui/build_menu/HudMenuEngyBuild.res b/resource/ui/build_menu/HudMenuEngyBuild.res index e8d834f..7cb025e 100644 --- a/resource/ui/build_menu/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/HudMenuEngyBuild.res @@ -74,8 +74,8 @@ "fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "70" // align me to the left edge of the first selection
- "ypos" "-8"
+ "xpos" "-2" // align me to the left edge of the first selection
+ "ypos" "-2"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -87,6 +87,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..a8202ec 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -148,8 +148,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -161,5 +161,9 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ 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 69e23be..0a155eb 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -107,5 +107,4 @@ "dulltext" "1" "brighttext" "0" } - }
\ No newline at end of file diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res index 4eaee37..a1f5a69 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -168,8 +168,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -182,4 +182,8 @@ "dulltext" "1"
"brighttext" "0"
}
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
\ 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..1b41e89 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -167,8 +167,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -180,5 +180,9 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ 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..1db2ff5 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -133,8 +133,8 @@ "fieldName" "NumberLabelShadow" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "86" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "100" "tall" "18" @@ -146,5 +146,9 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res index 734c055..75feee7 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -36,8 +36,8 @@ {
"ControlName" "CIconPanel"
"fieldName" "BuildIconShadow"
- "xpos" "9999"
- "ypos" "9999"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "0"
"wide" "48"
"tall" "48"
@@ -46,6 +46,10 @@ "scaleImage" "1"
"icon" "ico_build"
"iconColor" "0 0 0 255"
+
+ "pin_to_sibling" "BuildIcon"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"TitleLabel"
@@ -75,8 +79,8 @@ "fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "70" // align me to the left edge of the first selection
- "ypos" "-8"
+ "xpos" "-2" // align me to the left edge of the first selection
+ "ypos" "-2"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -88,6 +92,10 @@ "textAlignment" "Left"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "TitleLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"CancelLabel"
@@ -120,7 +128,7 @@ "wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_2"
{
@@ -132,7 +140,7 @@ "wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_3"
{
@@ -144,7 +152,7 @@ "wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_4"
{
@@ -168,7 +176,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_2"
{
@@ -180,7 +188,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_3"
{
@@ -192,7 +200,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_4"
{
@@ -216,7 +224,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_2"
{
@@ -228,7 +236,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_3"
{
@@ -240,7 +248,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_4"
{
@@ -253,7 +261,7 @@ "tall" "124"
"visible" "0"
}
-
+
"unavailable_item_1"
{
"ControlName" "EditablePanel"
@@ -264,7 +272,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_2"
{
@@ -276,7 +284,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_3"
{
@@ -288,7 +296,7 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_4"
{
@@ -300,5 +308,5 @@ "wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
}
\ 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 255cb46..ffd655f 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -37,7 +37,7 @@ "iconColor" "ProgressOffWhite"
}
- "BuildingIcon"
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -85,7 +85,7 @@ "visible" "1"
"enabled" "1"
"labelText" "%metal%"
- "textAlignment" "Left"
+ "textAlignment" "Left"
}
"ModeLabel"
@@ -104,10 +104,10 @@ "visible" "1"
"enabled" "1"
"labelText" ""
- "textAlignment" "East"
+ "textAlignment" "East"
}
- "NumberBg"
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -149,8 +149,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -162,5 +162,9 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ 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 fdf6353..359a4f9 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -20,7 +20,7 @@ "dulltext" "0" "brighttext" "0" } - + "ItemBackground" { "ControlName" "CIconPanel" @@ -37,7 +37,7 @@ "iconColor" "0 0 0 255" } - "BuildingIcon" + "BuildingIcon" { "ControlName" "CIconPanel" "fieldName" "BuildingIcon" @@ -69,10 +69,10 @@ "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "East" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { "ControlName" "CIconPanel" "fieldName" "NumberBg" diff --git a/resource/ui/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res index 9b48b81..722b431 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -41,7 +41,7 @@ "dulltext" "0"
"brighttext" "0"
}
-
+
"ItemBackground"
{
"ControlName" "CIconPanel"
@@ -58,7 +58,7 @@ "iconColor" "ProgressOffWhite"
}
- "BuildingIcon"
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -170,8 +170,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -183,5 +183,9 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ 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 71391c5..30971b8 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -56,7 +56,7 @@ "iconColor" "ProgressOffWhite"
}
- "BuildingIcon"
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -168,8 +168,8 @@ "fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "1"
- "ypos" "96"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -181,5 +181,9 @@ "textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
+
+ "pin_to_sibling" "NumberLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
}
\ 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 6db393c..b452b34 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -20,7 +20,7 @@ "dulltext" "0" "brighttext" "0" } - + "ItemBackground" { "ControlName" "CIconPanel" @@ -57,7 +57,7 @@ "dulltext" "0" "brighttext" "0" } - + "BuildingIcon" { "ControlName" "CIconPanel" @@ -90,7 +90,7 @@ "visible" "1" "enabled" "1" "labelText" "" - "textAlignment" "East" + "textAlignment" "East" } "NumberBg" diff --git a/resource/ui/build_menu/pipboy/dispenser_active.res b/resource/ui/build_menu/pipboy/dispenser_active.res index a9ff482..fc39891 100644 --- a/resource/ui/build_menu/pipboy/dispenser_active.res +++ b/resource/ui/build_menu/pipboy/dispenser_active.res @@ -2,23 +2,16 @@ "Resource/UI/build_menu/dispenser_active.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_Dispenser"
}
-
- "BuildingIcon"
- {
+ "BuildingIcon" {
"icon" "hud_menu_dispenser_build"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "2"
}
-
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "2"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/dispenser_already_built.res b/resource/ui/build_menu/pipboy/dispenser_already_built.res index ece5fae..86df827 100644 --- a/resource/ui/build_menu/pipboy/dispenser_already_built.res +++ b/resource/ui/build_menu/pipboy/dispenser_already_built.res @@ -2,18 +2,13 @@ "Resource/UI/build_menu/dispenser_already_built.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_dispenser"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "2"
}
-
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "2"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/dispenser_cant_afford.res b/resource/ui/build_menu/pipboy/dispenser_cant_afford.res index f80aa18..8a74ff6 100644 --- a/resource/ui/build_menu/pipboy/dispenser_cant_afford.res +++ b/resource/ui/build_menu/pipboy/dispenser_cant_afford.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/dispenser_cant_afford.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_dispenser"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "2"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "2"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/dispenser_selectable.res b/resource/ui/build_menu/pipboy/dispenser_selectable.res index c302214..c274147 100644 --- a/resource/ui/build_menu/pipboy/dispenser_selectable.res +++ b/resource/ui/build_menu/pipboy/dispenser_selectable.res @@ -2,18 +2,13 @@ "Resource/UI/build_menu/dispenser_selectable.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_Dispenser"
}
-
- "BuildingIcon"
- {
+ "BuildingIcon" {
"icon" "hud_menu_dispenser_build"
}
-
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "2"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/dispenser_unavailable.res b/resource/ui/build_menu/pipboy/dispenser_unavailable.res index 6bb6775..e074886 100644 --- a/resource/ui/build_menu/pipboy/dispenser_unavailable.res +++ b/resource/ui/build_menu/pipboy/dispenser_unavailable.res @@ -2,18 +2,13 @@ "Resource/UI/build_menu/dispenser_unavailable.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_dispenser"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "2"
}
-
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "2"
}
}
\ 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 268ed13..71f7d29 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -92,8 +92,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "36" // align me to the left edge of the first selection - "ypos" "-8" + "xpos" "-2" // align me to the left edge of the first selection + "ypos" "-2" "zpos" "1" "wide" "300" "tall" "38" @@ -105,10 +105,14 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelLabel" - { + { "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "SpectatorKeyHints" @@ -138,7 +142,7 @@ "wide" "100" "tall" "124" "visible" "1" - } + } "available_target_2" { @@ -150,8 +154,8 @@ "wide" "100" "tall" "124" "visible" "1" - } - + } + "unavailable_target_1" { "ControlName" "EditablePanel" @@ -162,7 +166,7 @@ "wide" "100" "tall" "124" "visible" "0" - } + } "unavailable_target_2" { @@ -174,5 +178,5 @@ "wide" "100" "tall" "124" "visible" "0" - } + } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/sentry_cant_afford.res b/resource/ui/build_menu/pipboy/sentry_cant_afford.res index b20e0da..c164cfb 100644 --- a/resource/ui/build_menu/pipboy/sentry_cant_afford.res +++ b/resource/ui/build_menu/pipboy/sentry_cant_afford.res @@ -2,15 +2,11 @@ "Resource/UI/build_menu/sentry_cant_afford.res"
{
- "ItemNameLabel"
- {
- "labelText" "#TF_Object_Sentry"
- "labelText_lodef" "#TF_Object_Sentry_360"
+ "ItemNameLabel" {
+ "labelText" "#TF_Object_Sentry"
+ "labelText_lodef" "#TF_Object_Sentry_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "1"
}
-
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_entrance_active.res b/resource/ui/build_menu/pipboy/tele_entrance_active.res index fe81bd2..c7d2511 100644 --- a/resource/ui/build_menu/pipboy/tele_entrance_active.res +++ b/resource/ui/build_menu/pipboy/tele_entrance_active.res @@ -2,22 +2,16 @@ "Resource/UI/build_menu/tele_entrance_active.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_Tele_Entrance_360"
}
-
- "BuildingIcon"
- {
+ "BuildingIcon" {
"icon" "hud_menu_tele_entrance_build"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "3"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "3"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_entrance_already_built.res b/resource/ui/build_menu/pipboy/tele_entrance_already_built.res index 8f902fb..1589ddd 100644 --- a/resource/ui/build_menu/pipboy/tele_entrance_already_built.res +++ b/resource/ui/build_menu/pipboy/tele_entrance_already_built.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_entrance_already_built.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_entrance_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "3"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "3"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res b/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res index 7ababc3..bb5ba70 100644 --- a/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res +++ b/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_entrance_cant_afford.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_entrance_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "3"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "3"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res b/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res index de90aec..c4513fc 100644 --- a/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res +++ b/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_entrance_unavailable.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_entrance_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "3"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "3"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_exit_active.res b/resource/ui/build_menu/pipboy/tele_exit_active.res index ac0339f..262cf15 100644 --- a/resource/ui/build_menu/pipboy/tele_exit_active.res +++ b/resource/ui/build_menu/pipboy/tele_exit_active.res @@ -2,22 +2,16 @@ "Resource/UI/build_menu/tele_exit_active.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_Tele_Exit_360"
- }
-
- "BuildingIcon"
- {
+ }
+ "BuildingIcon" {
"icon" "hud_menu_tele_exit_build"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "4"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "4"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_exit_already_built.res b/resource/ui/build_menu/pipboy/tele_exit_already_built.res index a850c21..066a534 100644 --- a/resource/ui/build_menu/pipboy/tele_exit_already_built.res +++ b/resource/ui/build_menu/pipboy/tele_exit_already_built.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_exit_already_built.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_exit_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "4"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "4"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res b/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res index 70056eb..098aff8 100644 --- a/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res +++ b/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_exit_cant_afford.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_exit_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "4"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "4"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/tele_exit_unavailable.res b/resource/ui/build_menu/pipboy/tele_exit_unavailable.res index 978192a..ab77fb2 100644 --- a/resource/ui/build_menu/pipboy/tele_exit_unavailable.res +++ b/resource/ui/build_menu/pipboy/tele_exit_unavailable.res @@ -2,17 +2,13 @@ "Resource/UI/build_menu/tele_exit_unavailable.res"
{
- "ItemNameLabel"
- {
+ "ItemNameLabel" {
"labelText" "#TF_Object_tele_exit_360"
}
-
- "NumberLabel"
- {
+ "NumberLabel" {
"labelText" "4"
}
- "NumberLabelShadow"
- {
+ "NumberLabelShadow" {
"labelText" "4"
}
}
\ No newline at end of file diff --git a/resource/ui/build_menu/sentry_cant_afford.res b/resource/ui/build_menu/sentry_cant_afford.res deleted file mode 100644 index b20e0da..0000000 --- a/resource/ui/build_menu/sentry_cant_afford.res +++ /dev/null @@ -1,16 +0,0 @@ -#base "base_cant_afford.res"
-
-"Resource/UI/build_menu/sentry_cant_afford.res"
-{
- "ItemNameLabel"
- {
- "labelText" "#TF_Object_Sentry"
- "labelText_lodef" "#TF_Object_Sentry_360"
- }
-
- "NumberLabel"
- {
- "labelText" "1"
- }
-
-}
\ No newline at end of file |
