diff options
author | enneract <trem.redman@gmail.com> | 2014-12-12 20:45:09 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-12 20:45:09 +0100 |
commit | 964371805c751877c99ed2faeb8214355c2b3d6b (patch) | |
tree | 60cce1719928b9d8a376e0040841748e99cf3b84 /assets/ui/tremulous_common_hud.h | |
parent | 9d1b014b113ae04fe2d15ea12bf2e21b74f7df60 (diff) |
Flash BP display when MOD_NOBP kills a building.
Diffstat (limited to 'assets/ui/tremulous_common_hud.h')
-rw-r--r-- | assets/ui/tremulous_common_hud.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/ui/tremulous_common_hud.h b/assets/ui/tremulous_common_hud.h index 5c0029a..705bfd4 100644 --- a/assets/ui/tremulous_common_hud.h +++ b/assets/ui/tremulous_common_hud.h @@ -274,3 +274,24 @@ itemDef ownerdraw CG_HUMAN_BUILD_POOL } +itemDef +{ + name "aliennobpflash" + rect 160 -5 320 40 + aspectBias ALIGN_CENTER + visible 1 + foreColor 1 1 1 1 + decoration + ownerDraw CG_ALIEN_NOBP_FLASH +} + +itemDef +{ + name "humannobpflash" + rect 160 -5 320 40 + aspectBias ALIGN_CENTER + visible 1 + foreColor 1 1 1 1 + decoration + ownerDraw CG_HUMAN_NOBP_FLASH +} |