From acc0c844dd8228bb5d4fc6a13d66d3b01fc47d45 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 09:52:34 -0400 Subject: Main menu tweaks - Consolidated the Cerbetica font. - Added back the rayshud-styled TF2 logo. - Moved the version number to the HUD Options panel. - Updated files to use schema color names. --- resource/ui/matchmakingdashboardpopup_nextmapvoting.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardpopup_nextmapvoting.res') diff --git a/resource/ui/matchmakingdashboardpopup_nextmapvoting.res b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res index 0cd4cc1..4e23a44 100644 --- a/resource/ui/matchmakingdashboardpopup_nextmapvoting.res +++ b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res @@ -83,7 +83,7 @@ "image_default" "glyph_collapse" - "image_drawcolor" "235 226 202 255" + "image_drawcolor" "TanLight" "image_armedcolor" "200 80 60 255" "SubImage" @@ -133,7 +133,7 @@ "image_default" "glyph_expand" - "image_drawcolor" "235 226 202 255" + "image_drawcolor" "TanLight" "image_armedcolor" "200 80 60 255" "SubImage" -- cgit v1.2.3 From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/matchmakingdashboardpopup_nextmapvoting.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/matchmakingdashboardpopup_nextmapvoting.res') diff --git a/resource/ui/matchmakingdashboardpopup_nextmapvoting.res b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res index 4e23a44..47514fd 100644 --- a/resource/ui/matchmakingdashboardpopup_nextmapvoting.res +++ b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res @@ -67,7 +67,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -117,7 +117,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -164,7 +164,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "#TF_Matchmaking_RollingQueue_MatchOver" -- cgit v1.2.3