summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res
diff options
context:
space:
mode:
authorraysfire <[email protected]>2016-10-25 11:27:27 -0500
committerGitHub <[email protected]>2016-10-25 11:27:27 -0500
commit15ef98f426de57feba379b36830785581f13410a (patch)
tree55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res
parent02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff)
parent5c650570389044ddd588e83d595a8794fb1e8032 (diff)
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res')
-rw-r--r--minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res178
1 files changed, 0 insertions, 178 deletions
diff --git a/minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res
deleted file mode 100644
index 268ed13..0000000
--- a/minmode/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res
+++ /dev/null
@@ -1,178 +0,0 @@
-"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