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/preload.res | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'resource/preload.res') diff --git a/resource/preload.res b/resource/preload.res index f460957..f691a9f 100644 --- a/resource/preload.res +++ b/resource/preload.res @@ -60,6 +60,16 @@ "image" "../sprites/obj_icons/icon_obj_neutral_locked" } + "cpiconwhite" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconwhite" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_white" + } + "cpicona" { "ControlName" "ImagePanel" @@ -110,6 +120,26 @@ "image" "../sprites/obj_icons/icon_obj_e" } + "cpiconcapblu" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconcapblu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu" + } + + "cpiconcapred" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconcapred" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red" + } + "cpiconcapmask" { "ControlName" "ImagePanel" -- cgit v1.2.3