diff options
| author | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 | 
|---|---|---|
| committer | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 | 
| commit | 425decdf7e9284d15aa726e3ae96b9942fb0e3ea (patch) | |
| tree | 6c0dd7edfefff1be7b9e75fe0b3a0a85fe1595f3 /ui/assets/alien | |
| parent | ccb0b2e4d6674a7a00c9bf491f08fc73b6898c54 (diff) | |
create tremded branch
Diffstat (limited to 'ui/assets/alien')
| -rw-r--r-- | ui/assets/alien/buildstat.cfg | 37 | ||||
| -rw-r--r-- | ui/assets/alien/buildstat/frame.tga | bin | 1724 -> 0 bytes | |||
| -rw-r--r-- | ui/assets/alien/buildstat/mark.tga | bin | 14180 -> 0 bytes | |||
| -rw-r--r-- | ui/assets/alien/buildstat/nopower.tga | bin | 21285 -> 0 bytes | |||
| -rw-r--r-- | ui/assets/alien/buildstat/overlay.tga | bin | 25069 -> 0 bytes | 
5 files changed, 0 insertions, 37 deletions
diff --git a/ui/assets/alien/buildstat.cfg b/ui/assets/alien/buildstat.cfg deleted file mode 100644 index 1114302..0000000 --- a/ui/assets/alien/buildstat.cfg +++ /dev/null @@ -1,37 +0,0 @@ -// config for the building status indicators that builders see -// NOTES: -//   * all characters (text/icons) are square -//   * character size is derived totally from frameHeight and vertialMargin -//   * healthPadding is NOT used compensated for in the margins - -frameShader         "ui/assets/alien/buildstat/frame" -frameWidth          150 -frameHeight         30 - -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 -healthGuardedColor  0.48 0.08 0.08 1 -healthLowColor      0.56 0.10 0.10 1 - -// this gets drawn over frame and health, but numbers and icons go on top of it -overlayShader       "ui/assets/alien/buildstat/overlay" -overlayWidth        156 -overlayHeight       36 - -// 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  -// value is for one side only -// char width is determined by frameHeight and verticalMargin -horizontalMargin    1.0 - -markedShader        "ui/assets/alien/buildstat/mark" -noPowerShader       "ui/assets/alien/buildstat/nopower" - -backColor           1.0 1.0 1.0 1 -foreColor           0.0 0.0 0.0 1 diff --git a/ui/assets/alien/buildstat/frame.tga b/ui/assets/alien/buildstat/frame.tga Binary files differdeleted file mode 100644 index 3b1e1f5..0000000 --- a/ui/assets/alien/buildstat/frame.tga +++ /dev/null diff --git a/ui/assets/alien/buildstat/mark.tga b/ui/assets/alien/buildstat/mark.tga Binary files differdeleted file mode 100644 index ef9123c..0000000 --- a/ui/assets/alien/buildstat/mark.tga +++ /dev/null diff --git a/ui/assets/alien/buildstat/nopower.tga b/ui/assets/alien/buildstat/nopower.tga Binary files differdeleted file mode 100644 index a0c66c2..0000000 --- a/ui/assets/alien/buildstat/nopower.tga +++ /dev/null diff --git a/ui/assets/alien/buildstat/overlay.tga b/ui/assets/alien/buildstat/overlay.tga Binary files differdeleted file mode 100644 index 64a2358..0000000 --- a/ui/assets/alien/buildstat/overlay.tga +++ /dev/null  | 
