diff options
author | enneract <trem.redman@gmail.com> | 2014-12-07 20:53:38 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-07 20:53:38 +0100 |
commit | 9d1b014b113ae04fe2d15ea12bf2e21b74f7df60 (patch) | |
tree | 718d72697a0e3cf3c897663a341ca1f79380194f /assets/ui/tremulous_common_hud.h | |
parent | 1ef4e75f4ed8093e1fbbfe5e91289bc0652c99a0 (diff) |
Further improve on-HUD BP display.
Diffstat (limited to 'assets/ui/tremulous_common_hud.h')
-rw-r--r-- | assets/ui/tremulous_common_hud.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/ui/tremulous_common_hud.h b/assets/ui/tremulous_common_hud.h index cecd114..5c0029a 100644 --- a/assets/ui/tremulous_common_hud.h +++ b/assets/ui/tremulous_common_hud.h @@ -213,12 +213,23 @@ itemDef aspectBias ALIGN_CENTER visible 1 foreColor 1 1 1 0.5 - background "ui/assets/neutral/stagebar" + background "ui/assets/neutral/build_pool_bg" decoration } itemDef { + name "bpbars" + rect 160 -5 320 40 + aspectBias ALIGN_CENTER + visible 1 + foreColor 1 1 1 0.5 + decoration + ownerDraw CG_BUILD_POOL_BARS +} + +itemDef +{ name "stagereport" rect 200 11 240 25 foreColor 1 1 1 1 @@ -228,7 +239,7 @@ itemDef visible 1 decoration textScale .22 - textStyle ITEM_TEXTSTYLE_NORMAL + textStyle ITEM_TEXTSTYLE_SHADOWED ownerdraw CG_STAGE_REPORT_TEXT } |