diff options
Diffstat (limited to 'ui/assets')
-rw-r--r-- | ui/assets/alien/buildstat.cfg | 6 | ||||
-rw-r--r-- | ui/assets/human/buildstat.cfg | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ui/assets/alien/buildstat.cfg b/ui/assets/alien/buildstat.cfg index 11143022..318d401d 100644 --- a/ui/assets/alien/buildstat.cfg +++ b/ui/assets/alien/buildstat.cfg @@ -8,7 +8,7 @@ frameShader "ui/assets/alien/buildstat/frame" frameWidth 150 frameHeight 30 -healthPadding 2 +healthPadding 2 healthSevereColor 0.24 0.02 0.02 1 healthHighColor 0.32 0.04 0.04 1 healthElevatedColor 0.40 0.06 0.06 1 @@ -20,12 +20,12 @@ overlayShader "ui/assets/alien/buildstat/overlay" overlayWidth 156 overlayHeight 36 -// PERCENT of frameHeight to use for top/bottom margin of icons/text +// PERCENT of frameHeight to use for top/bottom margin of icons/text // value is for total of top and bottom margins // valid values between 0.0 and 1.0 verticalMargin 0.5 -// number of CHARS worth of space that should be used for left/right margins +// number of CHARS worth of space that should be used for left/right margins // value is for one side only // char width is determined by frameHeight and verticalMargin horizontalMargin 1.0 diff --git a/ui/assets/human/buildstat.cfg b/ui/assets/human/buildstat.cfg index 9c192de9..c66b618d 100644 --- a/ui/assets/human/buildstat.cfg +++ b/ui/assets/human/buildstat.cfg @@ -8,7 +8,7 @@ frameShader "ui/assets/human/buildstat/frame" frameWidth 150 frameHeight 30 -healthPadding 2 +healthPadding 2 // Homeworld Security Advisory System healthSevereColor 0.83 0.03 0.02 1 @@ -22,12 +22,12 @@ overlayShader "" overlayWidth 160 overlayHeight 40 -// PERCENT of frameHeight to use for top/bottom margin of icons/text +// PERCENT of frameHeight to use for top/bottom margin of icons/text // value is for total of top and bottom margins // valid values between 0.0 and 1.0 verticalMargin 0.5 -// number of CHARS worth of space that should be used for left/right margins +// number of CHARS worth of space that should be used for left/right margins // value is for one side only // char width is determined by frameHeight and verticalMargin horizontalMargin 1.0 |