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/HudMenuEngyBuild.res | |
| 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/HudMenuEngyBuild.res')
| -rw-r--r-- | resource/ui/build_menu/pipboy/HudMenuEngyBuild.res | 18 |
1 files changed, 15 insertions, 3 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 |
