diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:15:36 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:15:36 -0500 |
| commit | 7e771db8525caa6eb61a180b156aad5b75ee5c75 (patch) | |
| tree | 95417cad4bf8982a125eebe90a72bb680d4ce145 /resource/ui/steamworkshopdialog.res | |
| parent | 075b3c0f9faa3d71e5d53209af15d177cf3b65a9 (diff) | |
Updated Main Menu
- Updated the matchmaking dashboard, rank panel, replay, trading, item selection, war paint, backpack, player stats, steam workshop and item preview pages
- Added a Show Stock Weapons checkbox
- Leftover backend changes to the class selection screen
Diffstat (limited to 'resource/ui/steamworkshopdialog.res')
| -rw-r--r-- | resource/ui/steamworkshopdialog.res | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 5f31944..7ca00dc 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -14,6 +14,7 @@ "enabled" "1" "tabPosition" "0" "bgcolor_override" "25 25 25 240" + "border" "CyanBorderThick" } "Container" @@ -95,7 +96,7 @@ "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" - "border" "NoBorder" + "border" "CyanBorderThick" "TitleLabel" { @@ -302,7 +303,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -325,6 +326,8 @@ "dulltext" "0" "brighttext" "0" "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } "ViewPublishedButton" @@ -637,6 +640,15 @@ "Command" "learn_more" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "ViewLegalAgreementButton" |
