diff options
Diffstat (limited to 'ui/assets/alien')
-rw-r--r-- | ui/assets/alien/buildstat.cfg | 6 |
1 files changed, 3 insertions, 3 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 |