diff options
| author | CriticalFlaw <[email protected]> | 2021-04-14 23:19:28 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-04-14 23:19:28 -0400 |
| commit | 3d9d0684b148d5b834aacd90482a504fd64f27a6 (patch) | |
| tree | 71162e4b023e8efe115597121b520e842ba1be53 /resource/ui/hudtournament.res | |
| parent | 1d131b0e92939a7893e7ea7efd54d7379674cce0 (diff) | |
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.
Diffstat (limited to 'resource/ui/hudtournament.res')
| -rw-r--r-- | resource/ui/hudtournament.res | 38 |
1 files changed, 1 insertions, 37 deletions
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" |
