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/matchmakingdashboardpopup_newmatch.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardpopup_newmatch.res') diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res index becfea1..a93a7d6 100644 --- a/resource/ui/matchmakingdashboardpopup_newmatch.res +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -59,13 +59,13 @@ "ControlName" "CAutoFittingLabel" "fieldName" "DescLabel" "xpos" "0" - "ypos" "5" + "ypos" "7" "wide" "f0" "zpos" "100" "tall" "20" "visible" "1" "enabled" "1" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "fgcolor_override" "White" "textAlignment" "center" "labelText" "%match_type%" -- cgit v1.2.3 From 7211d8916df735840e5b04d5164799493792a10e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 2 Jul 2021 21:11:40 -0400 Subject: Changed main menu background, see notes. - Changed the background to classic rayshud. - Updated the killer panel, class select, achievement tracker and more? - Visual tweaks and inconsistency fixes. - Expanded the size allocated to the player list in the match hud. --- resource/ui/matchmakingdashboardpopup_newmatch.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/matchmakingdashboardpopup_newmatch.res') diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res index a93a7d6..578066c 100644 --- a/resource/ui/matchmakingdashboardpopup_newmatch.res +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -59,14 +59,14 @@ "ControlName" "CAutoFittingLabel" "fieldName" "DescLabel" "xpos" "0" - "ypos" "7" + "ypos" "5" "wide" "f0" "zpos" "100" "tall" "20" "visible" "1" "enabled" "1" "font" "HudFontSmall" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "%match_type%" "proportionaltoparent" "1" @@ -85,7 +85,7 @@ "ControlName" "Label" "fieldName" "AutoJoinLabel" "xpos" "0" - "ypos" "rs1-17" + "ypos" "rs1-15" "wide" "f0" "zpos" "100" "tall" "20" -- cgit v1.2.3 From 6503b7feb5cab0e877e0470dc351bf309a261004 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 3 Jul 2021 14:26:10 -0400 Subject: Fixed main menu background not displaying on startup - Fixed the main menu background not displaying on startup - Updated the scoreboard and other visual improvements. --- resource/ui/matchmakingdashboardpopup_newmatch.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardpopup_newmatch.res') diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res index 578066c..047ac0f 100644 --- a/resource/ui/matchmakingdashboardpopup_newmatch.res +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -62,7 +62,7 @@ "ypos" "5" "wide" "f0" "zpos" "100" - "tall" "20" + "tall" "15" "visible" "1" "enabled" "1" "font" "HudFontSmall" @@ -85,7 +85,7 @@ "ControlName" "Label" "fieldName" "AutoJoinLabel" "xpos" "0" - "ypos" "rs1-15" + "ypos" "rs1-19" "wide" "f0" "zpos" "100" "tall" "20" -- cgit v1.2.3