summaryrefslogtreecommitdiff
path: root/tremulous_ui/tremulous_default_hud.menu
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-12-08 18:37:14 +0000
committerTim Angus <tim@ngus.net>2005-12-08 18:37:14 +0000
commit6bd236bb4e5c59e8f767188c11d205383acafe63 (patch)
tree59daf2b63ec7022e866d2094766bb5bccbfa72dc /tremulous_ui/tremulous_default_hud.menu
parent097793461a0f1f6e124f335e79d99a0f4573a769 (diff)
* Removed the tremulous-manual and tremulous_ui directories since I merged them
before
Diffstat (limited to 'tremulous_ui/tremulous_default_hud.menu')
-rw-r--r--tremulous_ui/tremulous_default_hud.menu103
1 files changed, 0 insertions, 103 deletions
diff --git a/tremulous_ui/tremulous_default_hud.menu b/tremulous_ui/tremulous_default_hud.menu
deleted file mode 100644
index 732c4119..00000000
--- a/tremulous_ui/tremulous_default_hud.menu
+++ /dev/null
@@ -1,103 +0,0 @@
-#include "ui/menudef.h"
-
-{
- menuDef
- {
- name "default_hud"
- fullScreen MENU_FALSE
- visible MENU_TRUE
- rect 0 0 640 480
-
- //CONSOLE
- itemDef
- {
- name "console"
- rect 8 8 560 180
- style WINDOW_STYLE_EMPTY
- visible 1
- decoration
- forecolor 1 1 1 1
- align ITEM_ALIGN_LEFT
- textalignx 0
- textaligny 18
- textscale 0.4
- textstyle ITEM_TEXTSTYLE_NORMAL
- ownerdraw CG_CONSOLE
- }
-
- //FPS
- itemDef
- {
- name "fps"
- rect 572 8 56 22
- style WINDOW_STYLE_EMPTY
- visible 1
- decoration
- forecolor 1 1 1 1
- align ITEM_ALIGN_RIGHT
- textalignx 0
- textaligny 18
- textscale 0.3
- textstyle ITEM_TEXTSTYLE_NORMAL
- ownerdraw CG_FPS
- }
- //TIMER
- itemDef
- {
- name "timer"
- rect 572 38 56 22
- style WINDOW_STYLE_EMPTY
- visible 1
- decoration
- forecolor 1 1 1 1
- align ITEM_ALIGN_RIGHT
- textalignx 0
- textaligny 18
- textscale 0.3
- textstyle ITEM_TEXTSTYLE_NORMAL
- ownerdraw CG_TIMER
- }
-
- //SNAPSHOT
- itemDef
- {
- name "snapshot"
- rect 8 196 200 22
- style WINDOW_STYLE_EMPTY
- visible 1
- decoration
- forecolor 1 1 1 1
- align ITEM_ALIGN_RIGHT
- textalignx 0
- textaligny 18
- textscale 0.4
- textstyle ITEM_TEXTSTYLE_NORMAL
- ownerdraw CG_SNAPSHOT
- }
- //LAGOMETER
- itemDef
- {
- name "lagometer"
- rect 596 68 32 20
- style WINDOW_STYLE_EMPTY
- visible 1
- decoration
- forecolor 1 1 1 1
- textscale 0.3
- textalignx 1
- textaligny 0.5
- ownerdraw CG_LAGOMETER
- }
-
- //PLAYER NAME
- itemDef
- {
- name "playername"
- rect 200 275 240 25
- visible 1
- decoration
- textScale .5
- ownerdraw CG_PLAYER_CROSSHAIRNAMES
- }
- }
-}