summaryrefslogtreecommitdiff
path: root/ui/tremulous_alien_common_hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tremulous_alien_common_hud.h')
-rw-r--r--ui/tremulous_alien_common_hud.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/tremulous_alien_common_hud.h b/ui/tremulous_alien_common_hud.h
index 04ffb635..5b731faa 100644
--- a/ui/tremulous_alien_common_hud.h
+++ b/ui/tremulous_alien_common_hud.h
@@ -225,3 +225,18 @@ itemDef
background "ui/assets/neutral/charge_bg_h.tga"
}
+//SPECTATOR TEXT
+itemDef
+{
+ name "followtext"
+ rect 200 375 240 25
+ foreColor 1 1 1 1
+ aspectBias ALIGN_CENTER
+ textalign ALIGN_CENTER
+ textvalign VALIGN_TOP
+ visible MENU_TRUE
+ decoration
+ textScale .7
+ textStyle ITEM_TEXTSTYLE_SHADOWED
+ ownerdraw CG_FOLLOW
+}