diff options
Diffstat (limited to 'resource/ui/build_menu/pipboy/hudmenueurekaeffect.res')
| -rw-r--r-- | resource/ui/build_menu/pipboy/hudmenueurekaeffect.res | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res new file mode 100644 index 0000000..268ed13 --- /dev/null +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -0,0 +1,178 @@ +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "25" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "120" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "fillcolor" "50 255 50 50" + } + + "ItemBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "250" + "tall" "180" + "visible" "0" + "enabled" "0" + "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" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + "ypos" "999" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "0 255 0 255" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "CerbeticaBold32" + "xpos" "34" // align me to the left edge of the first selection + "ypos" "-10" + "zpos" "2" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "0 255 0 255" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "36" // align me to the left edge of the first selection + "ypos" "-8" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "0 255 0 255" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "25" + "ypos" "23" + "zpos" "10" + "wide" "100" + "tall" "124" + "visible" "1" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "125" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "25" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "125" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } +}
\ No newline at end of file |
