diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
| commit | 53627aa7c3664091e6d58c5698bf8be910d383cf (patch) | |
| tree | c97d0abaae906afa0728aa6dd6628d74d894e4dc /resource/ui/votehud.res | |
| parent | ceda99cb6f1507321fd6d317ad078b84610323dd (diff) | |
Gameplay Fixes
- Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel.
- Fixed the post-match summary page not displaying properly.
Diffstat (limited to 'resource/ui/votehud.res')
| -rw-r--r-- | resource/ui/votehud.res | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 300ef57..f9e2665 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -142,7 +142,7 @@ "ypos" "50" "wide" "130" "tall" "1" - "fillcolor" "ColorGreyMid" + "fillcolor" "DullWhite" "zpos" "0" } @@ -353,7 +353,7 @@ "ypos" "100" "wide" "130" "tall" "1" - "fillcolor" "ColorGreyMid" + "fillcolor" "DullWhite" "zpos" "0" } @@ -372,7 +372,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorGreyMid" + "fgcolor_override" "DullWhite" } // Vote Bar @@ -675,8 +675,6 @@ "Command" "CallVote" "Default" "0" "font" "HudFontSmallBold" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "Button1" { @@ -698,8 +696,6 @@ "Command" "Close" "Default" "0" "font" "HudFontSmallBold" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } }
\ No newline at end of file |
