diff options
Diffstat (limited to 'ui/main.menu')
-rw-r--r-- | ui/main.menu | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ui/main.menu b/ui/main.menu index 35a0b633..c367bb00 100644 --- a/ui/main.menu +++ b/ui/main.menu @@ -29,17 +29,18 @@ visible MENU_TRUE // Visible on open focusColor 1 .75 0 1 // Menu focus color for text and items - onOpen { uiScript stopRefresh ; playlooped "sounds/ui/heartbeat.wav" } + onOpen { uiScript stopRefresh ; playlooped "sound/ui/heartbeat.wav" } onESC { open quit_popmenu } itemDef { name background rect 0 0 640 480 - style WINDOW_STYLE_FILLED + style WINDOW_STYLE_SHADER backcolor 0 0 0 1 visible 1 decoration + background "ui/assets/mainmenu.jpg" } itemDef @@ -59,7 +60,7 @@ itemDef { name mainmenu - text "Play!" + text "Play" type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL @@ -124,10 +125,10 @@ itemDef { name copyright - text "Q3A (C) 2000 Id Software Inc. Tremulous (C) 2003 Us." + text "Tremulous (C) 2005 darklegion development" style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL - textscale .15 + textscale .25 rect 0 440 640 40 textalign 1 textaligny 32 |