summaryrefslogtreecommitdiff
path: root/resource/ui/teammenu-base.res
diff options
context:
space:
mode:
authorIgor <[email protected]>2021-07-04 21:31:22 -0400
committerGitHub <[email protected]>2021-07-04 21:31:22 -0400
commit09c61d25921c37ca1db41c464634bf16cbfb7494 (patch)
tree128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/teammenu-base.res
parente9e324532cec11efafb57200c135fe3eb8397e22 (diff)
parent9fe1700457db24b0c7c1a7220b612a53a5482687 (diff)
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/teammenu-base.res')
-rw-r--r--resource/ui/teammenu-base.res410
1 files changed, 410 insertions, 0 deletions
diff --git a/resource/ui/teammenu-base.res b/resource/ui/teammenu-base.res
new file mode 100644
index 0000000..a85b207
--- /dev/null
+++ b/resource/ui/teammenu-base.res
@@ -0,0 +1,410 @@
+"Resource/UI/TeamMenu.res"
+{
+ "team"
+ {
+ "ControlName" "CTeamMenu"
+ "fieldName" "team"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ }
+
+ "SidePanelBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "SidePanelBG"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "255"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "fillcolor" "0 0 0 100"
+ }
+
+ "SysMenu"
+ {
+ "ControlName" "Menu"
+ "fieldName" "SysMenu"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "64"
+ "tall" "24"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "tabPosition" "0"
+ }
+
+ "MapInfo"
+ {
+ "ControlName" "HTML"
+ "fieldName" "MapInfo"
+ "xpos" "100"
+ "ypos" "34"
+ "wide" "450"
+ "tall" "365"
+ "autoResize" "3"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "tabPosition" "0"
+ }
+
+ "SelectTeamLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "SelectTeamLabel"
+ "xpos" "0"
+ "ypos" "c-75"
+ "zpos" "1"
+ "wide" "255"
+ "tall" "25"
+ "labelText" "#TF_SelectATeam"
+ "textAlignment" "center"
+ "font" "Cerbetica32"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+ }
+
+ "teambutton0"
+ {
+ "ControlName" "CTFTeamButton"
+ "fieldName" "teambutton0"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "255"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "3"
+ "labelText" "#TF_BlueTeam_Name"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "command" "jointeam blue"
+ "team" "3" // Blue Team
+ "font" "Cerbetica20"
+
+ "defaultBgColor_override" "Blue"
+ "armedBgColor_override" "BlueSolid"
+ "depressedBgColor_override" "Blue"
+ "selectedBgColor_override" "BlueSolid"
+
+ "defaultFgColor_override" "255 255 255 128"
+ "armedFgColor_override" "TanLight"
+ "depressedFgColor_override" "255 255 255 128"
+ "selectedFgColor_override" "TanLight"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "pin_to_sibling" "SelectTeamLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "teambutton1"
+ {
+ "ControlName" "CTFTeamButton"
+ "fieldName" "teambutton1"
+ "xpos" "0"
+ "ypos" "5"
+ "zpos" "1"
+ "wide" "255"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "3"
+ "labelText" "#TF_RedTeam_Name"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "command" "jointeam red"
+ "team" "4" // Red Team
+ "font" "Cerbetica20"
+
+ "defaultBgColor_override" "Red"
+ "armedBgColor_override" "RedSolid"
+ "depressedBgColor_override" "Red"
+ "selectedBgColor_override" "RedSolid"
+
+ "defaultFgColor_override" "255 255 255 128"
+ "armedFgColor_override" "TanLight"
+ "depressedFgColor_override" "255 255 255 128"
+ "selectedFgColor_override" "TanLight"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "pin_to_sibling" "teambutton0"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "teambutton2"
+ {
+ "ControlName" "CTFTeamButton"
+ "fieldName" "teambutton2"
+ "xpos" "0"
+ "ypos" "5"
+ "zpos" "1"
+ "wide" "255"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "1"
+ "labelText" "#TF_Random"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "paintborder" "0"
+ "command" "jointeam auto"
+ "font" "Cerbetica20"
+
+ "defaultBgColor_override" "TransparentBlack"
+ "armedBgColor_override" "ColorWhite"
+ "depressedBgColor_override" "TransparentBlack"
+ "selectedBgColor_override" "ColorWhite"
+
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "TanDark"
+ "depressedFgColor_override" "TanLight"
+ "selectedFgColor_override" "TanDark"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "pin_to_sibling" "teambutton1"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "teambutton3"
+ {
+ "ControlName" "CTFTeamButton"
+ "fieldName" "teambutton3"
+ "xpos" "0"
+ "ypos" "5"
+ "zpos" "1"
+ "wide" "255"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "2"
+ "labelText" "#TF_Spectate"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "paintborder" "0"
+ "command" "jointeam spectate"
+ "font" "Cerbetica20"
+
+ "defaultBgColor_override" "TransparentBlack"
+ "armedBgColor_override" "ColorWhite"
+ "depressedBgColor_override" "TransparentBlack"
+ "selectedBgColor_override" "ColorWhite"
+
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "TanDark"
+ "depressedFgColor_override" "TanLight"
+ "selectedFgColor_override" "TanDark"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "pin_to_sibling" "teambutton2"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "MenuBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "MenuBG"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 7"
+ }
+
+ "BlueCount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueCount"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%bluecount%"
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "1"
+ "font" "Cerbetica20"
+ "fgcolor" "255 255 255 128"
+
+ "pin_to_sibling" "teambutton0"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "RedCount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedCount"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%redcount%"
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "1"
+ "font" "Cerbetica20"
+ "fgcolor" "255 255 255 128"
+
+ "pin_to_sibling" "teambutton1"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "TeamsFullLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TeamsFullLabel"
+ "xpos" "c-50"
+ "ypos" "c150"
+ "zpos" "6"
+ "wide" "105"
+ "tall" "35"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" "#TF_Teams_Full"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica12"
+ "fgcolor" "TanLight"
+ "centerwrap" "1"
+ }
+
+ "TeamsFullLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TeamsFullLabelShadow"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "6"
+ "wide" "105"
+ "tall" "35"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" "#TF_Teams_Full"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica12"
+ "fgcolor" "TransparentBlack"
+ "centerwrap" "1"
+
+ "pin_to_sibling" "TeamsFullLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "wide" "0"
+ }
+
+ "teambutton0SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton0SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&1"
+ "command" "jointeam blue"
+ "team" "3"
+ }
+
+ "teambutton1SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton1SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&2"
+ "command" "jointeam red"
+ "team" "4"
+ }
+
+ "teambutton2SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton2SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&3"
+ "command" "jointeam auto"
+ }
+
+ "teambutton3SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton3SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&4"
+ "command" "jointeam spectate"
+ }
+} \ No newline at end of file