From 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 1 Nov 2020 08:51:25 -0500 Subject: Updated Engineer's Building UI (#155) - Visual updates to the building UI. Increasing the size and corrected minor inconsistencies. --- scripts/hudlayout.res | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 8f9dfb7..9a6b1e9 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -28,7 +28,7 @@ //-------------------------------------------------------------- // Set visible/enabled to 1 to use. //-------------------------------------------------------------- - "TransparentViewmodel" + TransparentViewmodel { "ControlName" "ImagePanel" "fieldName" "TransparentViewmodel" @@ -313,7 +313,7 @@ "fieldName" "BuildingStatus_Spy" "visible" "1" "enabled" "1" - "xpos" "0" + "xpos" "5" "ypos" "0" "wide" "640" "tall" "480" @@ -325,7 +325,7 @@ "fieldName" "BuildingStatus_Engineer" "visible" "1" "enabled" "1" - "xpos" "0" + "xpos" "5" "ypos" "c-100" "wide" "640" "tall" "480" @@ -474,7 +474,7 @@ "ypos" "22" "wide" "580" "tall" "468" - "MaxDeathNotices" "5" + "MaxDeathNotices" "5" "IconScale" "0.35" "LineHeight" "14" "LineSpacing" "0" @@ -1177,7 +1177,7 @@ "EngineerY" "330" "zpos" "0" "wide" "200" - "tall" "100" + "tall" "f0" "visible" "1" "enabled" "1" } @@ -1441,4 +1441,4 @@ HudTrainingMsg { } TrainingComplete { } AnnotationsPanel { } -} \ No newline at end of file +} -- cgit v1.2.3