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 /resource/ui/mainmenuoverride.res | |
| 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 'resource/ui/mainmenuoverride.res')
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index f34cc2e..78c300e 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -1,3 +1,24 @@ #base "../../resource/preload.res" //#base "../../customizations/main_menu/mainmenuoverride-classic.res" #base "../../customizations/main_menu/mainmenuoverride.res" + +"Resource/UI/MainMenuOverride.res" +{ + "VersionLabel" + { + "ControlName" "CExLabel" + "fieldName" "VersionLabel" + "font" "HudFontSmall" + "labelText" "v2021.0201" + "xpos" "r135" + "ypos" "r15" + "wide" "130" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "fgcolor_override" "TanLight" + } +}
\ No newline at end of file |
