gzdoom-gles/wadsrc/static/zscript/ui/menu
Alexander 9f8241865b add empty line after standard options
Rationale:
When a mod adds a custom option menu, it adds a space before it, like this:
```
AddOptionMenu OptionsMenu
{
  StaticText ""
  Submenu "$MYTITLE", MyOptions
}
```
to prevent custom option menu being in the same block as the last entries in the
standard options list. It's okay.

But when more than one such mod is loaded, each one of them adds a space before
their option menu entry, and Options Menu becomes unnecessary bloated.

This simple edit allows mods to not add a space, still be separated from
standard options.
2019-09-01 00:09:18 +02:00
..
search localize custom menu titles in option search results 2019-06-13 15:54:19 +02:00
colorpickermenu.zs - made the colorset names and the texts in the color picker localizable. 2019-05-19 20:40:22 +02:00
conversationmenu.zs - do not blur the background for portrait-less conversations. 2019-08-10 12:47:41 +02:00
joystickmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenuitems.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
loadsavemenu.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
menu.zs - do not blur the background for portrait-less conversations. 2019-08-10 12:47:41 +02:00
menuitembase.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
messagebox.zs - fake VGA font support to the MessageBoxMenu class 2019-07-17 23:58:12 +02:00
newplayermenu.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
optionmenu.zs add empty line after standard options 2019-09-01 00:09:18 +02:00
optionmenuitems.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playercontrols.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playerdisplay.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
playermenu.zs - reimplemented new player setup menu as an OptionsMenu. 2019-07-15 20:37:36 +02:00
readthis.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
reverbedit.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
textentermenu.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
videomenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00