diff options
| author | ibruton <[email protected]> | 2016-03-11 04:04:56 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-11 04:04:56 -0600 |
| commit | 318f90da68d1646271b026a3519b120068ae66e8 (patch) | |
| tree | a59a755541f3abab8aba18fd71ca68659f1ad927 /resource/ui/matchmakingpanel.res | |
| parent | d3fac2a4d2b78273657ee3c222ac46218b79f396 (diff) | |
Fixed matchmaking lobby leaderboards, added in global leaderboard
Diffstat (limited to 'resource/ui/matchmakingpanel.res')
| -rw-r--r-- | resource/ui/matchmakingpanel.res | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/resource/ui/matchmakingpanel.res b/resource/ui/matchmakingpanel.res index 91773fc..cea2882 100644 --- a/resource/ui/matchmakingpanel.res +++ b/resource/ui/matchmakingpanel.res @@ -28,6 +28,21 @@ "enabled" "1" "border" "MainMenuBGBorder" + "ModeBackgroundImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeBackgroundImage" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "p0.7" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "competitive/comp_background_wood01" + "scaleImage" "1" + } "UpperLine" { "ControlName" "EditablePanel" |
