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/replaybrowser/mainpanel.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/replaybrowser/mainpanel.res')
| -rw-r--r-- | resource/ui/replaybrowser/mainpanel.res | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 0db0361..430b78c 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -23,9 +23,9 @@ "title_font" "CerbeticaBold36" "titletextinsetX" "40" "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "27 27 27 255" + "titlebarfgcolor_override" "HudOffWhite" + "titlebardisabledfgcolor_override" "HudOffWhite" + "titlebarbgcolor_override" "DarkGrey" "clientinsetx_override" "0" "sheetinset_bottom" "40" } @@ -87,17 +87,19 @@ } "FooterLine" { - "ControlName" "ImagePanel" - "fieldName" "FooterLine" + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" "xpos" "0" "ypos" "420" "zpos" "2" "wide" "f0" - "tall" "10" - "visible" "0" - "enabled" "0" - "image" "loadout_solid_line" - "scaleImage" "1" + "tall" "2" + "visible" "1" + "enabled" "1" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "NoBorder" + "bgcolor_override" "ColorCyan" } "Sheet" { @@ -146,14 +148,14 @@ "ypos" "437" "zpos" "2" "wide" "100" - "tall" "20" + "tall" "25" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Back" - "font" "CerbeticaBold14" + "labelText" "<< Back (&Q)" + "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -161,5 +163,7 @@ "Command" "back" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } }
\ No newline at end of file |
