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 /scripts/hudlayout.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 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 390e5f6..9d05a6b 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -308,17 +308,33 @@ "tall" "50" "priority" "35" } - + + "BuildingStatusAnchor" + { + "fieldName" "BuildingStatusAnchor" + "ControlName" "EditablePanel" + "visible" "0" + "enabled" "1" + "xpos" "5" + "ypos" "c-100" + "wide" "640" + "tall" "480" + } + BuildingStatus_Spy { "fieldName" "BuildingStatus_Spy" "visible" "1" "enabled" "1" - "xpos" "5" - "ypos" "c-100" + "xpos" "0" + "ypos" "0" "wide" "640" "tall" "480" "PaintBackgroundType" "2" + + "pin_to_sibling" "BuildingStatusAnchor" + "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_corner_to_sibling" "PIN_TOPLEFT" } BuildingStatus_Engineer @@ -326,11 +342,15 @@ "fieldName" "BuildingStatus_Engineer" "visible" "1" "enabled" "1" - "xpos" "5" - "ypos" "c-100" + "xpos" "0" + "ypos" "0" "wide" "640" "tall" "480" "PaintBackgroundType" "2" + + "pin_to_sibling" "BuildingStatusAnchor" + "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_corner_to_sibling" "PIN_TOPLEFT" } HudMannVsMachineStatus |
