diff options
| author | CriticalFlaw <[email protected]> | 2021-01-31 13:16:29 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-01-31 13:16:29 -0500 |
| commit | 2743d6b1c10ad21a90f0e360f7ebdd09c11de4b5 (patch) | |
| tree | 61d9bb00a0e4f9b279e22b7d7c50fef79be5fc36 /customizations | |
| parent | 24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (diff) | |
Updated Engineer's Building Panel
- Fixed the Engineer's building overlapping chat when respawning.
- Fixed the Dispenser's upgrade progress bar not displaying.
- Fixed the competitive KD stats not being positioned properly.
Diffstat (limited to 'customizations')
| -rw-r--r-- | customizations/main_menu/mainmenuoverride-classic.res | 18 | ||||
| -rw-r--r-- | customizations/main_menu/mainmenuoverride.res | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/customizations/main_menu/mainmenuoverride-classic.res b/customizations/main_menu/mainmenuoverride-classic.res index 8bfb28b..b3e6d11 100644 --- a/customizations/main_menu/mainmenuoverride-classic.res +++ b/customizations/main_menu/mainmenuoverride-classic.res @@ -1134,24 +1134,6 @@ } } - "VersionLabel" - { - "ControlName" "CExLabel" - "fieldName" "VersionLabel" - "font" "HudFontSmall" - "labelText" "v2020.1230" - "xpos" "r135" - "ypos" "r15" - "wide" "130" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "east" - "fgcolor_override" "TanLight" - } - "CharacterSetupButton" { "ControlName" "CExImageButton" diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res index a29766d..e0e7548 100644 --- a/customizations/main_menu/mainmenuoverride.res +++ b/customizations/main_menu/mainmenuoverride.res @@ -1167,24 +1167,6 @@ } } - "VersionLabel" - { - "ControlName" "CExLabel" - "fieldName" "VersionLabel" - "font" "HudFontSmall" - "labelText" "v2020.1230" - "xpos" "r135" - "ypos" "r15" - "wide" "130" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "east" - "fgcolor_override" "TanLight" - } - "CharacterSetupButton" { "ControlName" "CExImageButton" |
