diff options
author | Tim Angus <tim@ngus.net> | 2002-08-01 13:45:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-08-01 13:45:32 +0000 |
commit | b3a2a3ae15e05520d0ba3a3a4e46da874b5a06cf (patch) | |
tree | 3226571c5800eb5fedeb51ada6a3361fbde0714b /ui/main.menu | |
parent | c92d5d545127ef86c85607b6edb361c42bb9db68 (diff) |
* Work on joinserver menu
Diffstat (limited to 'ui/main.menu')
-rw-r--r-- | ui/main.menu | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/ui/main.menu b/ui/main.menu index e73d790f..c09449dc 100644 --- a/ui/main.menu +++ b/ui/main.menu @@ -23,14 +23,14 @@ menuDef { - name "main" + name main fullScreen MENU_TRUE rect 0 0 640 480 // Size and position of the menu 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" } - onESC{open quit_popmenu} + onESC { open quit_popmenu } itemDef { @@ -59,7 +59,7 @@ itemDef { name mainmenu - text "Join Server" + text "Play!" type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL @@ -81,34 +81,12 @@ itemDef { name mainmenu - text "Start Server" - type ITEM_TYPE_BUTTON - style WINDOW_STYLE_EMPTY - textstyle ITEM_TEXTSTYLE_NORMAL - rect 472 40 128 20 - textalign ITEM_ALIGN_RIGHT - textalignx 128 - textaligny 20 - textscale .416 - forecolor 1 1 1 1 - visible 1 - action - { - play "sound/misc/kcaction.wav"; - close main; - open createserver - } - } - - itemDef - { - name mainmenu text "Credits" type ITEM_TYPE_BUTTON textstyle ITEM_TEXTSTYLE_NORMAL textscale .416 style WINDOW_STYLE_EMPTY - rect 472 80 128 20 + rect 472 40 128 20 textalignx 128 textaligny 20 textalign ITEM_ALIGN_RIGHT @@ -131,7 +109,7 @@ style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL textscale .416 - rect 472 100 128 20 + rect 472 60 128 20 textalignx 128 textaligny 20 textalign ITEM_ALIGN_RIGHT @@ -151,7 +129,7 @@ type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL - rect 472 140 128 20 + rect 472 80 128 20 textalignx 128 textaligny 20 textscale .416 |