diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/hud_obj_sapper.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/hud_obj_sapper.res')
| -rw-r--r-- | resource/ui/hud_obj_sapper.res | 80 |
1 files changed, 37 insertions, 43 deletions
diff --git a/resource/ui/hud_obj_sapper.res b/resource/ui/hud_obj_sapper.res index 2a72d1a..f62596f 100644 --- a/resource/ui/hud_obj_sapper.res +++ b/resource/ui/hud_obj_sapper.res @@ -6,8 +6,8 @@ "fieldName" "BuildingStatusItem" "xpos" "0" "ypos" "0" - "wide" "140" - "tall" "30" + "wide" "100" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -29,10 +29,10 @@ { "ControlName" "CIconPanel" "fieldName" "Icon" - "xpos" "15" - "ypos" "3" - "wide" "25" - "tall" "25" + "xpos" "12" + "ypos" "5" + "wide" "30" + "tall" "30" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -44,10 +44,10 @@ { "ControlName" "EditablePanel" "fieldName" "NotBuiltPanel" - "xpos" "0" + "xpos" "50" "ypos" "0" - "wide" "160" - "tall" "30" + "wide" "50" + "tall" "35" "visible" "1" "NotBuiltLabel" @@ -55,19 +55,18 @@ "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" "font" "HudFontSmallest" - "xpos" "60" - "ypos" "0" - "wide" "200" - "tall" "30" + "xpos" "0" + "ypos" "5" + "wide" "f0" + "tall" "f0" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#Building_hud_sapper_not_built" - "textAlignment" "Left" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" - "proportionaltoparent" "1" } } @@ -77,18 +76,17 @@ "fieldName" "BuiltPanel" "xpos" "0" "ypos" "0" - "wide" "160" - "tall" "30" + "wide" "100" + "tall" "40" "visible" "0" - "proportionaltoparent" "1" "Health" { "ControlName" "CBuildingHealthBar" "fieldName" "Health" "font" "Default" - "xpos" "0" - "ypos" "3" + "xpos" "1" + "ypos" "10" "wide" "8" "tall" "25" "autoResize" "0" @@ -98,17 +96,16 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - "proportionaltoparent" "1" } "BuildingPanel" { "ControlName" "EditablePanel" "fieldName" "BuildingPanel" - "xpos" "60" + "xpos" "50" "ypos" "0" - "wide" "100" - "tall" "30" + "wide" "50" + "tall" "40" "visible" "0" "BuildingLabel" @@ -117,8 +114,8 @@ "fieldName" "BuildingLabel" "font" "HudFontSmallest" "xpos" "0" - "ypos" "5" - "wide" "200" + "ypos" "7" + "wide" "45" "tall" "12" "autoResize" "0" "pinCorner" "0" @@ -136,9 +133,9 @@ "fieldName" "BuildingProgress" "font" "Default" "xpos" "0" - "ypos" "16" - "wide" "50" - "tall" "10" + "ypos" "20" + "wide" "45" + "tall" "8" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -153,28 +150,26 @@ { "ControlName" "EditablePanel" "fieldName" "RunningPanel" - "xpos" "35" - "ypos" "3" - "wide" "100" - "tall" "30" + "xpos" "45" + "ypos" "0" + "wide" "50" + "tall" "35" "visible" "0" - "proportionaltoparent" "1" "TargetIcon" { "ControlName" "CIconPanel" "fieldName" "TargetIcon" "xpos" "0" - "ypos" "10" + "ypos" "12" "zpos" "1" - "wide" "10" - "tall" "10" + "wide" "8" + "tall" "8" "visible" "0" "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "White" - "proportionaltoparent" "1" + "iconColor" "ProgressOffWhite" } "TargetHealth" @@ -182,10 +177,10 @@ "ControlName" "ContinuousProgressBar" "fieldName" "TargetHealth" "font" "Default" - "xpos" "12" - "ypos" "10" + "xpos" "0" + "ypos" "17" "wide" "38" - "tall" "10" + "tall" "8" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -193,7 +188,6 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - "proportionaltoparent" "1" } } } |
