diff options
Diffstat (limited to 'resource/ui/build_menu/pipboy')
| -rw-r--r-- | resource/ui/build_menu/pipboy/base_active.res | 56 | ||||
| -rw-r--r-- | resource/ui/build_menu/pipboy/base_already_built.res | 36 | ||||
| -rw-r--r-- | resource/ui/build_menu/pipboy/base_cant_afford.res | 26 | ||||
| -rw-r--r-- | resource/ui/build_menu/pipboy/hudmenuengybuild.res (renamed from resource/ui/build_menu/pipboy/HudMenuEngyBuild.res) | 50 |
4 files changed, 84 insertions, 84 deletions
diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res index 866d3a2..f2c5eba 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -1,29 +1,29 @@ -#base "../base_active.res"
-
-"Resource/UI/build_menu/base.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "BuildingIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "MetalIcon"
- {
- "iconColor" "ColorGreen"
- }
-
- "CostLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../base_active.res" + +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "MetalIcon" + { + "iconColor" "ColorGreen" + } + + "CostLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "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 3c0fc27..af02143 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -1,19 +1,19 @@ -#base "../base_already_built.res"
-
-"Resource/UI/build_menu/base_already_built.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "CantBuildReason"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } + + "CantBuildReason" + { + "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 ca5645e..96f4f07 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -1,14 +1,14 @@ -#base "../base_cant_afford.res"
-
-"Resource/UI/build_menu/base_cant_afford.res"
-{
- "ItemNameLabel"
- {
- "fgcolor" "ColorGreen"
- }
-
- "NumberLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } }
\ 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 e9d966c..5d18094 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -1,26 +1,26 @@ -#base "../HudMenuEngyBuild.res"
-
-"Resource/UI/build_menu/HudMenuEngyBuild.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"
- }
-
- "TitleLabel"
- {
- "fgcolor" "ColorGreen"
- }
+#base "../HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.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" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } }
\ No newline at end of file |
