diff options
Diffstat (limited to 'ui/tremulous_default_hud.menu')
-rw-r--r-- | ui/tremulous_default_hud.menu | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/ui/tremulous_default_hud.menu b/ui/tremulous_default_hud.menu index b8385c53..0eed6404 100644 --- a/ui/tremulous_default_hud.menu +++ b/ui/tremulous_default_hud.menu @@ -74,6 +74,22 @@ textstyle ITEM_TEXTSTYLE_NORMAL ownerdraw CG_TIMER } + //CLOCK + itemDef + { + name "clock" + rect 572 90 56 22 + style WINDOW_STYLE_EMPTY + visible 1 + decoration + forecolor 1 1 1 1 + align ITEM_ALIGN_RIGHT + textalignx 0 + textaligny 18 + textscale 0.25 + textstyle ITEM_TEXTSTYLE_NORMAL + ownerdraw CG_CLOCK + } //SNAPSHOT itemDef @@ -109,7 +125,7 @@ itemDef { name "demoRecording" - rect 596 100 32 32 + rect 596 120 32 32 style WINDOW_STYLE_EMPTY visible 1 decoration @@ -123,7 +139,7 @@ itemDef { name "demoPlayback" - rect 596 100 32 32 + rect 596 120 32 32 style WINDOW_STYLE_EMPTY visible 1 decoration |