diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 15:52:33 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 15:52:33 -0500 |
| commit | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (patch) | |
| tree | 4f05cf7de703b30b5c2bb6a31ad7db7fbd1cc89d /resource/ui/build_menu/pipboy | |
| parent | 2e034f0e1f48acd0747568bb36c91656ad81d4e1 (diff) | |
Updated Engineer/Spy PDAs
- Pinned and added shadows to certain labels
- Updated colors to use the schema instead of RBG codes
- Corrected element names, removed unused elements
Diffstat (limited to 'resource/ui/build_menu/pipboy')
7 files changed, 34 insertions, 22 deletions
diff --git a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res index 3632554..80112b3 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -2,13 +2,25 @@ "Resource/UI/build_menu/HudMenuEngyBuild.res"
{
- "MainBackground"
+ "ItemBackground"
{
- "fillcolor" "50 255 50 50"
+ "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" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
}
\ 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 fd1edbb..66d1210 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -4,26 +4,26 @@ {
"ItemNameLabel"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"BuildingIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"MetalIcon"
{
- "iconColor" "0 255 0 255"
+ "iconColor" "ColorGreen"
}
"CostLabel"
{
- "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/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res index 2c15a00..2da02c0 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -4,7 +4,7 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "ItemBackground" @@ -14,11 +14,11 @@ "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/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res index 80d28ec..857f384 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -4,16 +4,16 @@ {
"CantBuildReason"
{
- "fgcolor" "0 255 0 255"
+ "fgcolor" "ColorGreen"
}
"ItemNameLabel"
{
- "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/build_menu/pipboy/base_cant_afford.res b/resource/ui/build_menu/pipboy/base_cant_afford.res index e6b0e84..ca5645e 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -4,11 +4,11 @@ {
"ItemNameLabel"
{
- "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/build_menu/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res index 473d1cf..1d7ccac 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CantBuildReason" { - "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/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 6024fdd..1414349 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -42,16 +42,16 @@ "BuildIcon" { - "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 |
