diff options
author | Tim Angus <tim@ngus.net> | 2003-01-11 23:20:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-01-11 23:20:04 +0000 |
commit | f071ac13f858da7b8529a36d19d0225a8de13965 (patch) | |
tree | c0e792aea35f04ca95b582674d37be48e1b3ba2a /ui | |
parent | 5f8f0814c09afab4f4f8f4fac1057ea9d49ff69f (diff) |
* Oops. Fixed the changes I backed out.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/tremulous_human_hud.menu | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/ui/tremulous_human_hud.menu b/ui/tremulous_human_hud.menu index 9f3b7c4d..77f8e4da 100644 --- a/ui/tremulous_human_hud.menu +++ b/ui/tremulous_human_hud.menu @@ -46,6 +46,18 @@ ownerdraw CG_CONSOLE } + //LAGOMETER + itemDef + { + name "lagometer" + rect 502 358 132 28 + visible 1 + decoration + background "lagometer" + ownerdraw CG_LAGOMETER + } + + ////////////////// //STATIC OBJECTS// ////////////////// @@ -288,18 +300,20 @@ visible 1 decoration forecolor 0.0 0.8 1.0 0.5 -// background "icons/iconw_rifle.tga" -// background "icons/iconw_construct.tga" -// background "icons/iconw_chaingun.tga" -// background "icons/iconw_flamer.tga" -// background "icons/iconw_lucifer.tga" -// background "icons/iconw_saw.tga" -// background "icons/iconw_pulse.tga" -// background "icons/iconw_lasgun.tga" -// background "icons/iconw_driver.tga" ownerdraw CG_PLAYER_SELECT } + //WEAPON SELECT TEXT + itemDef + { + name "selecttext" + rect 200 25 240 300 + visible 1 + decoration + textScale .5 + ownerdraw CG_PLAYER_SELECTTEXT + } + //AMMO itemDef { |