summaryrefslogtreecommitdiff
path: root/resource/ui/destroy_menu/pipboy
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/destroy_menu/pipboy')
-rw-r--r--resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res65
-rw-r--r--resource/ui/destroy_menu/pipboy/dispenser_active.res8
-rw-r--r--resource/ui/destroy_menu/pipboy/dispenser_inactive.res14
-rw-r--r--resource/ui/destroy_menu/pipboy/sentry_active.res8
-rw-r--r--resource/ui/destroy_menu/pipboy/sentry_inactive.res12
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_entrance_active.res8
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res10
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_exit_active.res8
-rw-r--r--resource/ui/destroy_menu/pipboy/tele_exit_inactive.res10
9 files changed, 68 insertions, 75 deletions
diff --git a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
index 71df4e5..21a3cb5 100644
--- a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
+++ b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res
@@ -2,56 +2,51 @@
"Resource/UI/build_menu/HudMenuEngyDestroy.res"
{
- "MainBackground"
- {
- "fillcolor" "50 255 50 50"
- }
-
"ItemBackground"
{
- "ControlName" "CTFImagePanel"
- "fieldName" "ItemBackground"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-2"
- "wide" "450"
- "tall" "180"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "image" "pipboy_overlay"
- "tileImage" "1"
- "drawcolor" "192 192 192 255"
+ "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"
}
"BackgroundEngineer"
{
- "ControlName" "CTFImagePanel"
- "fieldName" "BackgroundEngineer"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "40"
- "tall" "40"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "image" "pipboy_engineer"
- "tileImage" "0"
- "tileVertically" "0"
+ "ControlName" "CTFImagePanel"
+ "fieldName" "BackgroundEngineer"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "-1"
+ "wide" "40"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "pipboy_engineer"
+ "tileImage" "0"
+ "tileVertically" "0"
}
- "DestroyIcon"
+ "DestroyIcon"
{
- "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
diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res
index 6211a50..91b68ca 100644
--- a/resource/ui/destroy_menu/pipboy/dispenser_active.res
+++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"DestroyIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"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/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
index 434c229..fa79127 100644
--- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
-
+
"NotBuiltLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
-
+
"UnavailableLabel"
{
- "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/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res
index 949ee51..52f9f1f 100644
--- a/resource/ui/destroy_menu/pipboy/sentry_active.res
+++ b/resource/ui/destroy_menu/pipboy/sentry_active.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"DestroyIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"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/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res
index 11020bb..df850d5 100644
--- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res
@@ -4,23 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NotBuiltLabel"
{
- "font" "CerbeticaBold20"
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
-
+
"UnavailableLabel"
{
- "fgcolor" "0 255 0 255"
- "brighttext" "0"
+ "fgcolor" "ColorGreen"
}
"NumberLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
} \ 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 6860178..db85d90 100644
--- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res
+++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"DestroyIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"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/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
index 54dfeee..d5498ba 100644
--- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NotBuiltLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
-
+
"UnavailableLabel"
{
- "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/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res
index 56a594f..9ea1ff1 100644
--- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res
+++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"DestroyIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"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/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
index ae1dd33..c68b0dd 100644
--- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
+++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res
@@ -4,21 +4,21 @@
{
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NotBuiltLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
-
+
"UnavailableLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"NumberLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
} \ No newline at end of file