diff options
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 |