From 26c29f808aa068cc57166c65dd12d63be3a25bde Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 24 Apr 2020 22:31:01 -0400 Subject: Corrected Visual HUD Glitches (#145) - Removed an unused label on the team select page. - Updated the control point files. - Adjusted the pyro player model to reduce cutoff. - Adjusted an overlap on the inspection item panel. - Adjusted the button colors on the matchmaking dashboard. - Adjusted the payload back arrow and player count. --- resource/ui/freezepanel_basic.res | 2 +- resource/ui/matchmakingdashboard.res | 16 ++++++++-------- resource/ui/objectivestatusescort.res | 16 +++++++--------- resource/ui/spectator.res | 2 +- resource/ui/spectatortournament.res | 2 +- resource/ui/textwindow.res | 2 +- 6 files changed, 19 insertions(+), 21 deletions(-) (limited to 'resource/ui') diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res index f121cac..96d2cdc 100644 --- a/resource/ui/freezepanel_basic.res +++ b/resource/ui/freezepanel_basic.res @@ -13,7 +13,7 @@ "bgcolor_override" "255 255 255 0" "PaintBackgroundType" "0" - "model_ypos" "10" + "model_ypos" "20" "model_center_x" "1" "model_wide" "90" "model_tall" "60" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 7d476cb..f3c6e78 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -589,8 +589,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 255" - "defaultBgColor_override" "192 28 0 205" + "armedBgColor_override" "195 20 0 255" + "defaultBgColor_override" "175 25 11 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -648,8 +648,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 255" - "defaultBgColor_override" "192 28 0 205" + "armedBgColor_override" "195 20 0 255" + "defaultBgColor_override" "175 25 11 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -706,8 +706,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "170 221 183 255" - "defaultBgColor_override" "170 221 183 205" + "armedBgColor_override" "140 180 150 255" + "defaultBgColor_override" "100 120 100 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -764,8 +764,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" + "armedBgColor_override" "94 150 49 255" + "defaultBgColor_override" "76 107 34 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" diff --git a/resource/ui/objectivestatusescort.res b/resource/ui/objectivestatusescort.res index 13a73f8..fb18971 100644 --- a/resource/ui/objectivestatusescort.res +++ b/resource/ui/objectivestatusescort.res @@ -229,7 +229,7 @@ { "ControlName" "CExLabel" "fieldName" "RecedeTime" - "font" "Cerbetica10" + "font" "Cerbetica8" "xpos" "27" "ypos" "78" "zpos" "2" @@ -382,19 +382,17 @@ "if_multiple_trains" { - "xpos" "22" - "wide" "8" - "tall" "8" + "xpos" "23" } "if_multiple_trains_top" { - "ypos" "46" + "ypos" "47" } "if_multiple_trains_bottom" { - "ypos" "83" + "ypos" "84" } } @@ -434,9 +432,9 @@ { "ControlName" "CExLabel" "fieldName" "CapNumPlayers" - "font" "Cerbetica10" - "xpos" "32" - "ypos" "79" + "font" "Cerbetica8" + "xpos" "31" + "ypos" "78" "zpos" "5" "wide" "15" "tall" "8" diff --git a/resource/ui/spectator.res b/resource/ui/spectator.res index 02f8ef7..a6ac0e9 100644 --- a/resource/ui/spectator.res +++ b/resource/ui/spectator.res @@ -166,7 +166,7 @@ "paintbackground" "1" "PaintBackgroundType" "0" - "model_ypos" "10" + "model_ypos" "20" "model_center_x" "1" "model_wide" "90" "model_tall" "60" diff --git a/resource/ui/spectatortournament.res b/resource/ui/spectatortournament.res index 2dcb952..1aa3bed 100644 --- a/resource/ui/spectatortournament.res +++ b/resource/ui/spectatortournament.res @@ -436,7 +436,7 @@ "bgcolor_override" "255 255 255 0" "PaintBackgroundType" "0" - "model_ypos" "10" + "model_ypos" "20" "model_center_x" "1" "model_wide" "90" "model_tall" "60" diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index 4844aef..b9b7eb4 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -69,7 +69,7 @@ "ypos" "c-90" "zpos" "1" "wide" "340" - "tall" "185" + "tall" "181" "autoResize" "3" "pinCorner" "0" "visible" "1" -- cgit v1.2.3