summaryrefslogtreecommitdiff
path: root/ui/tremulous_human_hud.menu
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tremulous_human_hud.menu')
-rw-r--r--ui/tremulous_human_hud.menu21
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/tremulous_human_hud.menu b/ui/tremulous_human_hud.menu
index e860a1b6..5d3b5411 100644
--- a/ui/tremulous_human_hud.menu
+++ b/ui/tremulous_human_hud.menu
@@ -96,5 +96,26 @@
forecolor 1 1 1 1
ownerdraw CG_PLAYER_HEALTH
}
+
+ // SELECT
+ itemDef
+ {
+ name "select"
+ rect 200 420 160 32
+ visible 1
+ decoration
+ ownerdraw CG_PLAYER_SELECT
+ }
+
+ // SELECT TEXT
+ itemDef
+ {
+ name "selecttext"
+ rect 200 20 240 40
+ visible 1
+ decoration
+ textScale .5
+ ownerdraw CG_PLAYER_SELECTTEXT
+ }
}
}