diff options
Diffstat (limited to 'resource/ui/destroy_menu/pipboy')
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/dispenser_active.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/dispenser_inactive.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res (renamed from resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res) | 102 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/sentry_active.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/sentry_inactive.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/tele_entrance_active.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/tele_exit_active.res | 46 | ||||
| -rw-r--r-- | resource/ui/destroy_menu/pipboy/tele_exit_inactive.res | 46 |
9 files changed, 235 insertions, 235 deletions
diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res index 91b68ca..b16705d 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_active.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -1,24 +1,24 @@ -#base "../dispenser_active.res"
-
-"Resource/UI/destroy_menu/dispenser_active.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "DestroyIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "BuildingIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../dispenser_active.res" + +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "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 fa79127..9538284 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -1,24 +1,24 @@ -#base "../dispenser_inactive.res"
-
-"Resource/UI/build_menu/dispenser_inactive.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NotBuiltLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "UnavailableLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../dispenser_inactive.res" + +"Resource/UI/build_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NotBuiltLabel" + { + "fgcolor" "ColorGreen" + } + + "UnavailableLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } }
\ 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 21a3cb5..8743044 100644 --- a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -1,52 +1,52 @@ -#base "../HudMenuEngyDestroy.res"
-
-"Resource/UI/build_menu/HudMenuEngyDestroy.res"
-{
- "ItemBackground"
- {
- "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"
- }
-
- "DestroyIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "TitleLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "CancelLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../HudMenuEngyDestroy.res" + +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "ItemBackground" + { + "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" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } + + "CancelLabel" + { + "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 52f9f1f..a30673c 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_active.res +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -1,24 +1,24 @@ -#base "../sentry_active.res"
-
-"Resource/UI/destroy_menu/sentry_active.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "DestroyIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "BuildingIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../sentry_active.res" + +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "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 df850d5..aaedbae 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -1,24 +1,24 @@ -#base "../sentry_inactive.res"
-
-"Resource/UI/destroy_menu/sentry_inactive.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NotBuiltLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "UnavailableLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../sentry_inactive.res" + +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NotBuiltLabel" + { + "fgcolor" "ColorGreen" + } + + "UnavailableLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "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 db85d90..7d534c6 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -1,24 +1,24 @@ -#base "../tele_entrance_active.res"
-
-"Resource/UI/destroy_menu/tele_entrance_active.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "DestroyIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "BuildingIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../tele_entrance_active.res" + +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "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 d5498ba..948b64a 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -1,24 +1,24 @@ -#base "../tele_entrance_inactive.res"
-
-"Resource/UI/build_menu/tele_entrance_inactive.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NotBuiltLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "UnavailableLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../tele_entrance_inactive.res" + +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NotBuiltLabel" + { + "fgcolor" "ColorGreen" + } + + "UnavailableLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "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 9ea1ff1..f2a24a8 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -1,24 +1,24 @@ -#base "../tele_exit_active.res"
-
-"Resource/UI/destroy_menu/tele_exit_active.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "DestroyIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "BuildingIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../tele_exit_active.res" + +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "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 c68b0dd..936a295 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -1,24 +1,24 @@ -#base "../tele_exit_inactive.res"
-
-"Resource/UI/build_menu/tele_exit_inactive.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NotBuiltLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "UnavailableLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../tele_exit_inactive.res" + +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NotBuiltLabel" + { + "fgcolor" "ColorGreen" + } + + "UnavailableLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } }
\ No newline at end of file |
