diff options
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 |
