diff options
Diffstat (limited to 'assets/ui/main.menu')
-rw-r--r-- | assets/ui/main.menu | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/assets/ui/main.menu b/assets/ui/main.menu index 0c2a4008..daae38a4 100644 --- a/assets/ui/main.menu +++ b/assets/ui/main.menu @@ -115,7 +115,7 @@ itemDef { name mainmenu - text "Mods" + text "Demos" type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL @@ -128,6 +128,26 @@ action { play "sound/misc/menu1.wav"; + open demo + } + } + + itemDef + { + name mainmenu + text "Mods" + type ITEM_TYPE_BUTTON + style WINDOW_STYLE_EMPTY + textstyle ITEM_TEXTSTYLE_NORMAL + textscale .416 + rect X (Y+(4*ELEM_H)) W ELEM_H + textalign ALIGN_RIGHT + backcolor 0 0 0 0 + forecolor 1 1 1 1 + visible MENU_TRUE + action + { + play "sound/misc/menu1.wav"; open mod } } @@ -139,7 +159,7 @@ type ITEM_TYPE_BUTTON style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL - rect X (Y+(4*ELEM_H)) W ELEM_H + rect X (Y+(5*ELEM_H)) W ELEM_H textscale .416 textalign ALIGN_RIGHT forecolor 1 1 1 1 |