diff options
Diffstat (limited to 'resource/ui/lobbycontainerframe.res')
| -rw-r--r-- | resource/ui/lobbycontainerframe.res | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res index 2c28bf8..da2c75c 100644 --- a/resource/ui/lobbycontainerframe.res +++ b/resource/ui/lobbycontainerframe.res @@ -484,6 +484,66 @@ "wrap" "1" } } + + "PlayWithFriendsExplanationCompetitive" + { + "ControlName" "EditablePanel" + "fieldName" "PlayWithFriendsExplanationCompetitive" + "xpos" "c+100" + "ypos" "62" + "zpos" "8" + "wide" "200" + "tall" "285" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 200" + "border" "QuickplayBorder" + + "PlayWithFriendsCompetitiveExplanationTitle" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsCompetitiveExplanationTitle" + "font" "HudFontSmallBold" + "labelText" "#TF_Matchmaking_PlayWithFriends" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "200" + "tall" "32" + } + + "FriendsImage" + { + "ControlName" "ImagePanel" + "fieldName" "FriendsImage" + "xpos" "10" + "ypos" "32" + "zpos" "0" + "wide" "180" + "tall" "90" + "visible" "1" + "enabled" "1" + "image" "pve/mvm_friends_image" + "scaleImage" "0" + } + + "PlayWithFriendsCompetitiveExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsCompetitiveExplanationLabel" + "font" "HudFontSmall" + "labelText" "#TF_Matchmaking_CompetitiveExplanation" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "130" + "zpos" "10" + "wide" "180" + "tall" "150" + "wrap" "1" + } + } + "StartPartyButton" { |
