diff options
author | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
commit | cf9b7835e0f7021739bc620ac51c6081036faaee (patch) | |
tree | d70f906603378e32e047ac2196303e3ddfbb76b0 /ui/main.menu | |
parent | f42f817cba50d1a40f27b17e56a210fc5f2ad22e (diff) |
* Fixed display of long server names
* Fixed sort by ping
* Changed default source to internet
* Added simple options menu to frontend
* Removed PB menu file
* Changed default net rate
* Fixed scoreboard alignment
* Implemented "scoresUp" and "scoresDown"
Diffstat (limited to 'ui/main.menu')
-rw-r--r-- | ui/main.menu | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/ui/main.menu b/ui/main.menu index dbb5fda6..488fe694 100644 --- a/ui/main.menu +++ b/ui/main.menu @@ -82,7 +82,7 @@ itemDef { name mainmenu - text "Mods" + text "Options" type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL @@ -97,6 +97,28 @@ action { play "sound/misc/menu1.wav"; + open simple_options + } + } + + itemDef + { + name mainmenu + text "Mods" + type ITEM_TYPE_BUTTON + style WINDOW_STYLE_EMPTY + textstyle ITEM_TEXTSTYLE_NORMAL + textscale .416 + rect 472 60 128 20 + textalignx 128 + textaligny 20 + textalign ITEM_ALIGN_RIGHT + backcolor 0 0 0 0 + forecolor 1 1 1 1 + visible 1 + action + { + play "sound/misc/menu1.wav"; open mod } } @@ -108,7 +130,7 @@ type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL - rect 472 60 128 20 + rect 472 80 128 20 textalignx 128 textaligny 20 textscale .416 |