diff options
Diffstat (limited to 'ui/tremulous_human_hud.menu')
-rw-r--r-- | ui/tremulous_human_hud.menu | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/ui/tremulous_human_hud.menu b/ui/tremulous_human_hud.menu index d362fc6a..8fe00950 100644 --- a/ui/tremulous_human_hud.menu +++ b/ui/tremulous_human_hud.menu @@ -65,7 +65,7 @@ itemDef { name "demoRecording" - rect 596 100 32 32 + rect 596 120 32 32 style WINDOW_STYLE_EMPTY visible 1 decoration @@ -79,7 +79,7 @@ itemDef { name "demoPlayback" - rect 596 100 32 32 + rect 596 120 32 32 style WINDOW_STYLE_EMPTY visible 1 decoration @@ -124,6 +124,23 @@ textstyle ITEM_TEXTSTYLE_NORMAL ownerdraw CG_TIMER } + + //CLOCK + itemDef + { + name "clock" + rect 572 90 56 22 + style WINDOW_STYLE_EMPTY + visible 1 + decoration + forecolor 0.0 0.8 1.0 1 + align ITEM_ALIGN_RIGHT + textalignx 0 + textaligny 18 + textscale 0.25 + textstyle ITEM_TEXTSTYLE_NORMAL + ownerdraw CG_CLOCK + } //SNAPSHOT itemDef |