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 /resource/ui/hud_obj_sentrygun.res | |
| 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 'resource/ui/hud_obj_sentrygun.res')
| -rw-r--r-- | resource/ui/hud_obj_sentrygun.res | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res index 3a71de0..4002ccb 100644 --- a/resource/ui/hud_obj_sentrygun.res +++ b/resource/ui/hud_obj_sentrygun.res @@ -29,10 +29,10 @@ { "ControlName" "CIconPanel" "fieldName" "Icon_Sentry_1" - "xpos" "21" - "ypos" "1" - "wide" "28" - "tall" "28" + "xpos" "15" + "ypos" "3" + "wide" "30" + "tall" "30" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -44,10 +44,10 @@ { "ControlName" "CIconPanel" "fieldName" "Icon_Sentry_2" - "xpos" "21" - "ypos" "1" - "wide" "28" - "tall" "28" + "xpos" "15" + "ypos" "3" + "wide" "30" + "tall" "30" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -59,10 +59,10 @@ { "ControlName" "CIconPanel" "fieldName" "Icon_Sentry_3" - "xpos" "21" - "ypos" "1" - "wide" "28" - "tall" "28" + "xpos" "15" + "ypos" "3" + "wide" "30" + "tall" "30" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -84,7 +84,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Default" + "font" "HudFontSmallest" "xpos" "60" "ypos" "0" "wide" "200" @@ -115,10 +115,10 @@ "ControlName" "CIconPanel" "fieldName" "Icon_Upgrade_1" "xpos" "46" - "ypos" "4" + "ypos" "20" "zpos" "1" - "wide" "8" - "tall" "8" + "wide" "10" + "tall" "10" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -131,10 +131,10 @@ "ControlName" "CIconPanel" "fieldName" "Icon_Upgrade_2" "xpos" "46" - "ypos" "4" + "ypos" "20" "zpos" "1" - "wide" "8" - "tall" "8" + "wide" "10" + "tall" "10" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -146,11 +146,11 @@ { "ControlName" "CIconPanel" "fieldName" "Icon_Upgrade_3" - "xpos" "46" - "ypos" "4" + "xpos" "45" + "ypos" "15" "zpos" "1" - "wide" "8" - "tall" "8" + "wide" "10" + "tall" "10" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -208,10 +208,10 @@ "ControlName" "CBuildingHealthBar" "fieldName" "Health" "font" "Default" - "xpos" "10" - "ypos" "4" + "xpos" "0" + "ypos" "3" "wide" "8" - "tall" "24" + "tall" "30" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -235,7 +235,7 @@ { "ControlName" "CExLabel" "fieldName" "BuildingLabel" - "font" "Default" + "font" "HudFontSmallest" "xpos" "0" "ypos" "5" "wide" "200" @@ -299,11 +299,11 @@ { "ControlName" "CExLabel" "fieldName" "KillsLabel" - "font" "Default" + "font" "HudFontSmallest" "xpos" "12" - "ypos" "2" + "ypos" "0" "wide" "38" - "tall" "8" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -338,7 +338,7 @@ "xpos" "12" "ypos" "12" "wide" "38" - "tall" "8" + "tall" "9" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -353,7 +353,7 @@ "ControlName" "ImagePanel" "fieldName" "RocketIcon" "xpos" "0" - "ypos" "23" + "ypos" "24" "zpos" "1" "wide" "10" "tall" "10" @@ -370,9 +370,9 @@ "fieldName" "Rockets" "font" "Default" "xpos" "12" - "ypos" "23" + "ypos" "25" "wide" "38" - "tall" "8" + "tall" "9" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -404,9 +404,9 @@ "fieldName" "Upgrade" "font" "Default" "xpos" "12" - "ypos" "23" + "ypos" "25" "wide" "38" - "tall" "8" + "tall" "9" "autoResize" "0" "pinCorner" "0" "visible" "1" |
