From 3d9d0684b148d5b834aacd90482a504fd64f27a6 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 14 Apr 2021 23:19:28 -0400 Subject: Customizations Update - Reworked how customizations work. Now customization files must be moved into the #customizations/_enabled folder to be enabled. This effectively makes the hud incompatible with the older version of the editor/installer, so please update to the latest version (2.0) - Fixed a black bar appearing in tournament mode (#163) - Fixed the class selection page not display class limits. - Bumped version number. --- resource/ui/hudtournament.res | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) (limited to 'resource/ui/hudtournament.res') diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res index fc75a4e..992bb33 100644 --- a/resource/ui/hudtournament.res +++ b/resource/ui/hudtournament.res @@ -90,7 +90,7 @@ "tall" "25" "autoResize" "0" "pinCorner" "0" - "visible" "1" + "visible" "0" "enabled" "1" "fillcolor" "TransparentBlack" } @@ -155,21 +155,6 @@ "enabled" "1" "bgcolor_override" "TransparentBlack" "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - - if_competitive - { - "visible" "1" - } - - if_readymode - { - "visible" "1" - } } "HealthIcon" @@ -325,27 +310,6 @@ } } - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "c-125" - "ypos" "16" - "zpos" "-1" - "wide" "250" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "TransparentBlack" - - if_mvm - { - "visible" "0" - } - } - "HudTournamentBG" { "ControlName" "ScalableImagePanel" -- cgit v1.2.3