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/hud_obj_tele_exit.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/hud_obj_tele_exit.res')
| -rw-r--r-- | resource/ui/hud_obj_tele_exit.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/hud_obj_tele_exit.res b/resource/ui/hud_obj_tele_exit.res index 987d4d9..6aba9f7 100644 --- a/resource/ui/hud_obj_tele_exit.res +++ b/resource/ui/hud_obj_tele_exit.res @@ -234,7 +234,7 @@ "xpos" "0" "ypos" "16" "wide" "50" - "tall" "8" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -261,7 +261,7 @@ "ControlName" "CIconPanel" "fieldName" "UpgradeIcon" "xpos" "0" - "ypos" "10" + "ypos" "20" "zpos" "1" "wide" "10" "tall" "10" @@ -279,7 +279,7 @@ "fieldName" "Upgrade" "font" "Default" "xpos" "12" - "ypos" "10" + "ypos" "20" "wide" "38" "tall" "10" "autoResize" "0" |
