summaryrefslogtreecommitdiff
path: root/resource/ui
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui')
-rw-r--r--resource/ui/build_menu/HudMenuEngyBuild.res8
-rw-r--r--resource/ui/build_menu/base_active.res8
-rw-r--r--resource/ui/build_menu/base_active_teleport_target.res1
-rw-r--r--resource/ui/build_menu/base_already_built.res8
-rw-r--r--resource/ui/build_menu/base_cant_afford.res8
-rw-r--r--resource/ui/build_menu/base_unavailable_teleport_target.res8
-rw-r--r--resource/ui/build_menu/pipboy/HudMenuEngyBuild.res44
-rw-r--r--resource/ui/build_menu/pipboy/base_active.res16
-rw-r--r--resource/ui/build_menu/pipboy/base_active_teleport_target.res8
-rw-r--r--resource/ui/build_menu/pipboy/base_already_built.res12
-rw-r--r--resource/ui/build_menu/pipboy/base_cant_afford.res10
-rw-r--r--resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res6
-rw-r--r--resource/ui/build_menu/pipboy/dispenser_active.res15
-rw-r--r--resource/ui/build_menu/pipboy/dispenser_already_built.res11
-rw-r--r--resource/ui/build_menu/pipboy/dispenser_cant_afford.res10
-rw-r--r--resource/ui/build_menu/pipboy/dispenser_selectable.res11
-rw-r--r--resource/ui/build_menu/pipboy/dispenser_unavailable.res11
-rw-r--r--resource/ui/build_menu/pipboy/hudmenueurekaeffect.res20
-rw-r--r--resource/ui/build_menu/pipboy/sentry_cant_afford.res12
-rw-r--r--resource/ui/build_menu/pipboy/tele_entrance_active.res14
-rw-r--r--resource/ui/build_menu/pipboy/tele_entrance_already_built.res10
-rw-r--r--resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res10
-rw-r--r--resource/ui/build_menu/pipboy/tele_entrance_unavailable.res10
-rw-r--r--resource/ui/build_menu/pipboy/tele_exit_active.res16
-rw-r--r--resource/ui/build_menu/pipboy/tele_exit_already_built.res10
-rw-r--r--resource/ui/build_menu/pipboy/tele_exit_cant_afford.res10
-rw-r--r--resource/ui/build_menu/pipboy/tele_exit_unavailable.res10
-rw-r--r--resource/ui/build_menu/sentry_cant_afford.res16
-rw-r--r--resource/ui/destroy_menu/HudMenuEngyDestroy.res8
-rw-r--r--resource/ui/destroy_menu/dispenser_active.res8
-rw-r--r--resource/ui/destroy_menu/dispenser_inactive.res8
-rw-r--r--resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res38
-rw-r--r--resource/ui/destroy_menu/pipboy/dispenser_active.res24
-rw-r--r--resource/ui/destroy_menu/pipboy/dispenser_inactive.res28
-rw-r--r--resource/ui/destroy_menu/pipboy/sentry_active.res20
-rw-r--r--resource/ui/destroy_menu/pipboy/sentry_inactive.res28
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_entrance_active.res26
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res33
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_exit_active.res22
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_exit_inactive.res36
-rw-r--r--resource/ui/destroy_menu/sentry_active.res8
-rw-r--r--resource/ui/destroy_menu/sentry_inactive.res8
-rw-r--r--resource/ui/destroy_menu/tele_entrance_active.res8
-rw-r--r--resource/ui/destroy_menu/tele_entrance_inactive.res8
-rw-r--r--resource/ui/destroy_menu/tele_exit_active.res8
-rw-r--r--resource/ui/destroy_menu/tele_exit_inactive.res8
46 files changed, 314 insertions, 346 deletions
diff --git a/resource/ui/build_menu/HudMenuEngyBuild.res b/resource/ui/build_menu/HudMenuEngyBuild.res
index 7cb025e..e8d834f 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" "-2" // align me to the left edge of the first selection
- "ypos" "-2"
+ "xpos" "70" // align me to the left edge of the first selection
+ "ypos" "-8"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -87,10 +87,6 @@
"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 a8202ec..c967b69 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -161,9 +161,5 @@
"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 0a155eb..69e23be 100644
--- a/resource/ui/build_menu/base_active_teleport_target.res
+++ b/resource/ui/build_menu/base_active_teleport_target.res
@@ -107,4 +107,5 @@
"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 a1f5a69..4eaee37 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -182,8 +182,4 @@
"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 1b41e89..bea2718 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -180,9 +180,5 @@
"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 1db2ff5..6ba5c24 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" "-1"
+ "xpos" "1"
+ "ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -146,9 +146,5 @@
"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 75feee7..734c055 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" "-1"
- "ypos" "-1"
+ "xpos" "9999"
+ "ypos" "9999"
"zpos" "0"
"wide" "48"
"tall" "48"
@@ -46,10 +46,6 @@
"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"
@@ -79,8 +75,8 @@
"fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "-2" // align me to the left edge of the first selection
- "ypos" "-2"
+ "xpos" "70" // align me to the left edge of the first selection
+ "ypos" "-8"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -92,10 +88,6 @@
"textAlignment" "Left"
"dulltext" "1"
"brighttext" "0"
-
- "pin_to_sibling" "TitleLabel"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
}
"CancelLabel"
@@ -128,7 +120,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_2"
{
@@ -140,7 +132,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_3"
{
@@ -152,7 +144,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_4"
{
@@ -176,7 +168,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_2"
{
@@ -188,7 +180,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_3"
{
@@ -200,7 +192,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"already_built_item_4"
{
@@ -224,7 +216,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_2"
{
@@ -236,7 +228,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_3"
{
@@ -248,7 +240,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"cant_afford_item_4"
{
@@ -261,7 +253,7 @@
"tall" "124"
"visible" "0"
}
-
+
"unavailable_item_1"
{
"ControlName" "EditablePanel"
@@ -272,7 +264,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_2"
{
@@ -284,7 +276,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_3"
{
@@ -296,7 +288,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_4"
{
@@ -308,5 +300,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 ffd655f..255cb46 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -162,9 +162,5 @@
"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 359a4f9..fdf6353 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 722b431..9b48b81 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -183,9 +183,5 @@
"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 30971b8..71391c5 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" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -181,9 +181,5 @@
"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 b452b34..6db393c 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 fc39891..a9ff482 100644
--- a/resource/ui/build_menu/pipboy/dispenser_active.res
+++ b/resource/ui/build_menu/pipboy/dispenser_active.res
@@ -2,16 +2,23 @@
"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 86df827..ece5fae 100644
--- a/resource/ui/build_menu/pipboy/dispenser_already_built.res
+++ b/resource/ui/build_menu/pipboy/dispenser_already_built.res
@@ -2,13 +2,18 @@
"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 8a74ff6..f80aa18 100644
--- a/resource/ui/build_menu/pipboy/dispenser_cant_afford.res
+++ b/resource/ui/build_menu/pipboy/dispenser_cant_afford.res
@@ -2,13 +2,17 @@
"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 c274147..c302214 100644
--- a/resource/ui/build_menu/pipboy/dispenser_selectable.res
+++ b/resource/ui/build_menu/pipboy/dispenser_selectable.res
@@ -2,13 +2,18 @@
"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 e074886..6bb6775 100644
--- a/resource/ui/build_menu/pipboy/dispenser_unavailable.res
+++ b/resource/ui/build_menu/pipboy/dispenser_unavailable.res
@@ -2,13 +2,18 @@
"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 71f7d29..268ed13 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" "-2" // align me to the left edge of the first selection
- "ypos" "-2"
+ "xpos" "36" // align me to the left edge of the first selection
+ "ypos" "-8"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -105,14 +105,10 @@
"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"
@@ -142,7 +138,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"available_target_2"
{
@@ -154,8 +150,8 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
-
+ }
+
"unavailable_target_1"
{
"ControlName" "EditablePanel"
@@ -166,7 +162,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_target_2"
{
@@ -178,5 +174,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 c164cfb..b20e0da 100644
--- a/resource/ui/build_menu/pipboy/sentry_cant_afford.res
+++ b/resource/ui/build_menu/pipboy/sentry_cant_afford.res
@@ -2,11 +2,15 @@
"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 c7d2511..fe81bd2 100644
--- a/resource/ui/build_menu/pipboy/tele_entrance_active.res
+++ b/resource/ui/build_menu/pipboy/tele_entrance_active.res
@@ -2,16 +2,22 @@
"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 1589ddd..8f902fb 100644
--- a/resource/ui/build_menu/pipboy/tele_entrance_already_built.res
+++ b/resource/ui/build_menu/pipboy/tele_entrance_already_built.res
@@ -2,13 +2,17 @@
"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 bb5ba70..7ababc3 100644
--- a/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res
+++ b/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res
@@ -2,13 +2,17 @@
"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 c4513fc..de90aec 100644
--- a/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res
+++ b/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res
@@ -2,13 +2,17 @@
"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 262cf15..ac0339f 100644
--- a/resource/ui/build_menu/pipboy/tele_exit_active.res
+++ b/resource/ui/build_menu/pipboy/tele_exit_active.res
@@ -2,16 +2,22 @@
"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 066a534..a850c21 100644
--- a/resource/ui/build_menu/pipboy/tele_exit_already_built.res
+++ b/resource/ui/build_menu/pipboy/tele_exit_already_built.res
@@ -2,13 +2,17 @@
"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 098aff8..70056eb 100644
--- a/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res
+++ b/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res
@@ -2,13 +2,17 @@
"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 ab77fb2..978192a 100644
--- a/resource/ui/build_menu/pipboy/tele_exit_unavailable.res
+++ b/resource/ui/build_menu/pipboy/tele_exit_unavailable.res
@@ -2,13 +2,17 @@
"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
new file mode 100644
index 0000000..9ce0bda
--- /dev/null
+++ b/resource/ui/build_menu/sentry_cant_afford.res
@@ -0,0 +1,16 @@
+#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
diff --git a/resource/ui/destroy_menu/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/HudMenuEngyDestroy.res
index e79cdf3..e044a5f 100644
--- a/resource/ui/destroy_menu/HudMenuEngyDestroy.res
+++ b/resource/ui/destroy_menu/HudMenuEngyDestroy.res
@@ -58,8 +58,8 @@
"fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "-2"
- "ypos" "-2"
+ "xpos" "70" // align me to the left edge of the first selection
+ "ypos" "-8"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -71,10 +71,6 @@
"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/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res
index 648778a..ef2fdf3 100644
--- a/resource/ui/destroy_menu/dispenser_active.res
+++ b/resource/ui/destroy_menu/dispenser_active.res
@@ -110,8 +110,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -123,9 +123,5 @@
"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/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res
index 27d3d8d..901f937 100644
--- a/resource/ui/destroy_menu/dispenser_inactive.res
+++ b/resource/ui/destroy_menu/dispenser_inactive.res
@@ -118,8 +118,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -131,9 +131,5 @@
"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/destroy_menu/pipboy/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
index d74e702..1ba699f 100644
--- a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
+++ b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
@@ -49,7 +49,7 @@
"tileVertically" "0"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -66,7 +66,7 @@
}
"TitleLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "CerbeticaBold32"
@@ -87,13 +87,13 @@
}
"TitleLabelDropshadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "-2" // align me to the left edge of the first selection
- "ypos" "-2"
+ "xpos" "70" // align me to the left edge of the first selection
+ "ypos" "-8"
"zpos" "1"
"wide" "300"
"tall" "38"
@@ -105,14 +105,10 @@
"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"
@@ -142,7 +138,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_2"
{
@@ -154,7 +150,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_3"
{
@@ -166,7 +162,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"active_item_4"
{
@@ -190,7 +186,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"inactive_item_2"
{
@@ -202,7 +198,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"inactive_item_3"
{
@@ -214,7 +210,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"inactive_item_4"
{
@@ -226,7 +222,7 @@
"wide" "100"
"tall" "124"
"visible" "1"
- }
+ }
"unavailable_item_1"
{
@@ -238,7 +234,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_2"
{
@@ -250,7 +246,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_3"
{
@@ -262,7 +258,7 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
"unavailable_item_4"
{
@@ -274,5 +270,5 @@
"wide" "100"
"tall" "124"
"visible" "0"
- }
+ }
} \ No newline at end of file
diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res
index fd235f9..47b86b6 100644
--- a/resource/ui/destroy_menu/pipboy/dispenser_active.res
+++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res
@@ -1,7 +1,7 @@
"Resource/UI/destroy_menu/dispenser_active.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -37,7 +37,7 @@
"iconColor" "ProgressOffWhite"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -52,8 +52,8 @@
"icon" "ico_demolish"
"iconColor" "0 255 0 255"
}
-
- "BuildingIcon"
+
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -68,8 +68,8 @@
"icon" "obj_status_dispenser"
"iconColor" "0 255 0 255"
}
-
- "NumberBg"
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -106,13 +106,13 @@
"brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -124,9 +124,5 @@
"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/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
index fd9b214..0020939 100644
--- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
@@ -1,7 +1,7 @@
"Resource/UI/build_menu/dispenser_inactive.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -38,7 +38,7 @@
}
"NotBuiltLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NotBuiltLabel"
"font" "CerbeticaBold20"
@@ -57,13 +57,13 @@
"dulltext" "0"
"brighttext" "0"
}
-
+
"UnavailableLabel"
{
"ControlName" "CExLabel"
"fieldName" "UnavailableLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -77,9 +77,9 @@
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
- }
-
- "NumberBg"
+ }
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -96,7 +96,7 @@
}
"NumberLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
@@ -116,13 +116,13 @@
"brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -134,9 +134,5 @@
"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/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res
index e29369e..bafde8f 100644
--- a/resource/ui/destroy_menu/pipboy/sentry_active.res
+++ b/resource/ui/destroy_menu/pipboy/sentry_active.res
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -37,7 +37,7 @@
"iconColor" "ProgressOffWhite"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -52,8 +52,8 @@
"icon" "ico_demolish"
"iconColor" "0 255 0 255"
}
-
- "BuildingIcon"
+
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -68,8 +68,8 @@
"icon" "obj_status_sentrygun_1"
"iconColor" "0 255 0 255"
}
-
- "NumberBg"
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -111,8 +111,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -124,9 +124,5 @@
"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/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res
index f4196a7..8c6c005 100644
--- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -38,7 +38,7 @@
}
"NotBuiltLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NotBuiltLabel"
"font" "CerbeticaBold20"
@@ -57,13 +57,13 @@
"dulltext" "0"
"brighttext" "0"
}
-
+
"UnavailableLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "UnavailableLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -77,9 +77,9 @@
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
- }
-
- "NumberBg"
+ }
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -96,7 +96,7 @@
}
"NumberLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
@@ -116,13 +116,13 @@
"brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -134,9 +134,5 @@
"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/destroy_menu/pipboy/tele_entrance_active.res b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res
index 8f27165..f5c8ddf 100644
--- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res
+++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res
@@ -1,7 +1,7 @@
"Resource/UI/destroy_menu/tele_entrance_active.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -37,7 +37,7 @@
"iconColor" "ProgressOffWhite"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -52,8 +52,8 @@
"icon" "ico_demolish"
"iconColor" "0 255 0 255"
}
-
- "BuildingIcon"
+
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -68,8 +68,8 @@
"icon" "obj_status_tele_entrance"
"iconColor" "0 255 0 255"
}
-
- "NumberBg"
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -86,7 +86,7 @@
}
"NumberLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
@@ -106,13 +106,13 @@
"brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -124,9 +124,5 @@
"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/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
index aeaf028..0172f77 100644
--- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
@@ -1,11 +1,11 @@
"Resource/UI/build_menu/tele_entrance_inactive.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "15"
"ypos" "2"
"zpos" "1"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -38,11 +38,11 @@
}
"NotBuiltLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NotBuiltLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -57,13 +57,13 @@
"dulltext" "0"
"brighttext" "0"
}
-
+
"UnavailableLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "UnavailableLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -77,9 +77,9 @@
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
- }
-
- "NumberBg"
+ }
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -116,13 +116,13 @@
"brighttext" "0"
}
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -134,9 +134,6 @@
"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/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res
index 620a014..63446bc 100644
--- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res
+++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res
@@ -1,7 +1,7 @@
"Resource/UI/destroy_menu/tele_exit_active.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -37,7 +37,7 @@
"iconColor" "ProgressOffWhite"
}
- "DestroyIcon"
+ "DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
@@ -52,8 +52,8 @@
"icon" "ico_demolish"
"iconColor" "0 255 0 255"
}
-
- "BuildingIcon"
+
+ "BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
@@ -68,8 +68,8 @@
"icon" "obj_status_tele_exit"
"iconColor" "0 255 0 255"
}
-
- "NumberBg"
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -111,8 +111,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -124,9 +124,5 @@
"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/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
index 3bbccfb..c21afa4 100644
--- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
@@ -1,11 +1,11 @@
"Resource/UI/build_menu/tele_exit_inactive.res"
{
"ItemNameLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "CerbeticaBold12"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "15"
"ypos" "2"
"zpos" "1"
@@ -21,7 +21,7 @@
"brighttext" "0"
}
- "ItemBackground"
+ "ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
@@ -38,11 +38,11 @@
}
"NotBuiltLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NotBuiltLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -57,13 +57,13 @@
"dulltext" "0"
"brighttext" "0"
}
-
+
"UnavailableLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "UnavailableLabel"
"font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "0 255 0 255"
"xpos" "10"
"ypos" "48"
"zpos" "2"
@@ -77,9 +77,9 @@
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
- }
-
- "NumberBg"
+ }
+
+ "NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
@@ -96,7 +96,7 @@
}
"NumberLabel"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
@@ -115,15 +115,14 @@
"dulltext" "1"
"brighttext" "0"
}
-
"NumberLabelShadow"
- {
+ {
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -135,9 +134,6 @@
"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/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res
index 4c53998..32c1bdb 100644
--- a/resource/ui/destroy_menu/sentry_active.res
+++ b/resource/ui/destroy_menu/sentry_active.res
@@ -110,8 +110,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -123,9 +123,5 @@
"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/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res
index 79987a5..a17c2cf 100644
--- a/resource/ui/destroy_menu/sentry_inactive.res
+++ b/resource/ui/destroy_menu/sentry_inactive.res
@@ -118,8 +118,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -131,9 +131,5 @@
"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/destroy_menu/tele_entrance_active.res b/resource/ui/destroy_menu/tele_entrance_active.res
index b232845..10f50b2 100644
--- a/resource/ui/destroy_menu/tele_entrance_active.res
+++ b/resource/ui/destroy_menu/tele_entrance_active.res
@@ -110,8 +110,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -123,9 +123,5 @@
"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/destroy_menu/tele_entrance_inactive.res b/resource/ui/destroy_menu/tele_entrance_inactive.res
index 24fc9b9..4ce356a 100644
--- a/resource/ui/destroy_menu/tele_entrance_inactive.res
+++ b/resource/ui/destroy_menu/tele_entrance_inactive.res
@@ -118,8 +118,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -131,10 +131,6 @@
"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/destroy_menu/tele_exit_active.res b/resource/ui/destroy_menu/tele_exit_active.res
index d319527..e5d3a45 100644
--- a/resource/ui/destroy_menu/tele_exit_active.res
+++ b/resource/ui/destroy_menu/tele_exit_active.res
@@ -110,8 +110,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -123,9 +123,5 @@
"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/destroy_menu/tele_exit_inactive.res b/resource/ui/destroy_menu/tele_exit_inactive.res
index 746f0ba..0a1810c 100644
--- a/resource/ui/destroy_menu/tele_exit_inactive.res
+++ b/resource/ui/destroy_menu/tele_exit_inactive.res
@@ -118,8 +118,8 @@
"fieldName" "NumberLabel"
"font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
- "xpos" "-1"
- "ypos" "-1"
+ "xpos" "1"
+ "ypos" "96"
"zpos" "1"
"wide" "100"
"tall" "18"
@@ -131,10 +131,6 @@
"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