From 37603a8118b9793c9c545e01479992d1b09d2afc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 15:18:50 -0400 Subject: Updated Matchmaking Dashboard --- resource/ui/matchmakingplaylist.res | 134 ++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 resource/ui/matchmakingplaylist.res (limited to 'resource/ui/matchmakingplaylist.res') 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 -- cgit v1.2.3