summaryrefslogtreecommitdiff
path: root/resource/ui/matchmakingplaylist.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/matchmakingplaylist.res
parente9e324532cec11efafb57200c135fe3eb8397e22 (diff)
parent9fe1700457db24b0c7c1a7220b612a53a5482687 (diff)
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/matchmakingplaylist.res')
-rw-r--r--resource/ui/matchmakingplaylist.res134
1 files changed, 134 insertions, 0 deletions
diff --git a/resource/ui/matchmakingplaylist.res b/resource/ui/matchmakingplaylist.res
new file mode 100644
index 0000000..5232850
--- /dev/null
+++ b/resource/ui/matchmakingplaylist.res
@@ -0,0 +1,134 @@
+"Resource/UI/MatchMakingDashboardCasualCriteria.res"
+{
+ "EventEntry"
+ {
+ "ControlName" "CEventPlayListEntry"
+ "fieldName" "EventEntry"
+ "xpos" "0"
+ "ypos" "3"
+ "tall" "50"
+ "wide" "140"
+ "proportionaltoparent" "1"
+ "button_command" "play_event"
+ }
+
+ "CasualEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "CasualEntry"
+ "xpos" "r150"
+ "ypos" "5"
+ "tall" "50"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_casual"
+ "button_token" "#MMenu_PlayList_Casual_Button"
+ "button_command" "play_casual"
+ "desc_token" "#MMenu_PlayList_Casual_Desc"
+ "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12
+ }
+
+ "CompetitiveEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "CompetitiveEntry"
+ "xpos" "5"
+ "ypos" "0"
+ "tall" "24"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_competitive"
+ "button_token" "#MMenu_PlayList_Competitive_Button"
+ "button_command" "play_competitive"
+ "desc_token" "#MMenu_PlayList_Competitive_Desc"
+ "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6
+
+ "pin_to_sibling" "MvMEntry"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "MvMEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "MvMEntry"
+ "xpos" "5"
+ "ypos" "0"
+ "tall" "50"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_mvm"
+ "button_token" "#MMenu_PlayList_MvM_Button"
+ "button_command" "play_mvm"
+ "desc_token" "#MMenu_PlayList_MvM_Desc"
+ "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp
+
+ "pin_to_sibling" "CasualEntry"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "ServerBrowserEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "ServerBrowserEntry"
+ "xpos" "0"
+ "ypos" "2"
+ "tall" "24"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_community_server"
+ "button_token" "#MMenu_PlayList_ServerBrowser_Button"
+ "button_command" "play_community"
+ "desc_token" "#MMenu_PlayList_ServerBrowser_Desc"
+
+ "pin_to_sibling" "CompetitiveEntry"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "TrainingEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "TrainingEntry"
+ "xpos" "5"
+ "ypos" "0"
+ "tall" "24"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_training"
+ "button_token" "#MMenu_PlayList_Training_Button"
+ "button_command" "play_training"
+ "desc_token" "#MMenu_PlayList_Training_Desc"
+
+ "pin_to_sibling" "CompetitiveEntry"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+
+ "CreateServerEntry"
+ {
+ "ControlName" "CPlayListEntry"
+ "fieldName" "CreateServerEntry"
+ "xpos" "0"
+ "ypos" "2"
+ "tall" "24"
+ "wide" "140"
+ "proportionaltoparent" "0"
+ "image_name" "main_menu/main_menu_button_custom_server"
+ "button_token" "#MMenu_PlayList_CreateServer_Button"
+ "button_command" "create_server"
+ "desc_token" "#MMenu_PlayList_CreateServer_Desc"
+
+ "pin_to_sibling" "TrainingEntry"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "ScrollBar"
+ {
+ "ControlName" "ScrollBar"
+ "FieldName" "ScrollBar"
+ "xpos" "9999"
+ }
+} \ No newline at end of file