diff options
| author | CriticalFlaw <[email protected]> | 2020-11-01 08:51:25 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-11-01 08:51:25 -0500 |
| commit | 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (patch) | |
| tree | 647bf9dcc6ad108be41ba77c2ee0de98cddc8654 /scripts | |
| parent | d7b5e91f1448f4f0997ec471c380bab807677e61 (diff) | |
Updated Engineer's Building UI (#155)
- Visual updates to the building UI. Increasing the size and corrected minor inconsistencies.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudlayout.res | 12 |
1 files changed, 6 insertions, 6 deletions
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 +} |
