diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:11:12 -0400 |
| commit | 7fb5e4895a804624e0c6bb44c65910e80739d668 (patch) | |
| tree | 5ac1e996fe004e0b0a23fa8bd44f8cc68d944821 /resource/ui/matchmakingdashboard.res | |
| parent | 9d7d77c52d7c478e974a24ebe1da01c9d9f63ff9 (diff) | |
Updated the main menu
- Added MOTD button, panel and page for item testing.
- Updated Twitch, Workshop, Replay and Matchmaking Dashboard panels.
Diffstat (limited to 'resource/ui/matchmakingdashboard.res')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index e37bd20..6a3c663 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -58,7 +58,7 @@ "zpos" "-1" "wide" "p1.1" "tall" "f5" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "DarkGrey" @@ -74,7 +74,7 @@ "zpos" "-2" "wide" "p1.1" "tall" "p1" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "OuterShadowBorder" "proportionaltoparent" "1" @@ -105,12 +105,16 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "roundedcorners" "0" + "paintbackground" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "image_armedcolor" "72 255 255 255" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" "SubImage" { @@ -430,26 +434,27 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDarker" + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "TextColor" - "image_armedcolor" "ColorRed" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 0 0 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" + "xpos" "cs-0.5" + "ypos" "cs-0.5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "9" + "tall" "9" "visible" "1" "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" + "proportionaltoparent" "1" } } } @@ -600,8 +605,8 @@ "xpos" "cs-0.5" "ypos" "rs1-5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" |
