From 2743d6b1c10ad21a90f0e360f7ebdd09c11de4b5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 31 Jan 2021 13:16:29 -0500 Subject: 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. --- scripts/hudlayout.res | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'scripts/hudlayout.res') 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 -- cgit v1.2.3