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/matchmakingdashboardcomp.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardcomp.res') diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index a9e847c..1bf52ae 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -47,7 +47,7 @@ "enabled" "0" "tabPosition" "0" "labelText" "?" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -120,7 +120,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 From 37603a8118b9793c9c545e01479992d1b09d2afc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 15:18:50 -0400 Subject: Updated Matchmaking Dashboard --- resource/ui/matchmakingdashboardcomp.res | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'resource/ui/matchmakingdashboardcomp.res') diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 1bf52ae..2f834e9 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -18,7 +18,7 @@ { "ControlName" "Label" "fieldName" "Title" - "xpos" "8" + "xpos" "0" "ypos" "25" "zpos" "101" "wide" "f0" @@ -27,9 +27,10 @@ "labeltext" "#TF_Matchmaking_HeaderCompetitive" "textAlignment" "center" "font" "HudFontMedium" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "bgcolor_override" "DarkGrey" "mouseinputenabled" "0" + "allcaps" "1" } "ShowExplanationsButton" @@ -130,11 +131,9 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "actionsignallevel" "1" + "allcaps" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" } } \ No newline at end of file -- cgit v1.2.3 From c3240fa65aef57890bc26468efc0f642aba3738c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 4 Jul 2021 16:50:06 -0400 Subject: Numerous visual tweaks and improvements. - Updated PASSTIME UI. - Updated the in-game weapon selection menu to use higher quality images. --- resource/ui/matchmakingdashboardcomp.res | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardcomp.res') diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 2f834e9..ab634d7 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -20,7 +20,7 @@ "fieldName" "Title" "xpos" "0" "ypos" "25" - "zpos" "101" + "zpos" "99" "wide" "f0" "tall" "20" "proportionaltoparent" "1" @@ -28,7 +28,6 @@ "textAlignment" "center" "font" "HudFontMedium" "fgcolor_override" "TanLight" - "bgcolor_override" "DarkGrey" "mouseinputenabled" "0" "allcaps" "1" } -- cgit v1.2.3