Skip to content

Commit

Permalink
- add simplified 'miscelaneous' menu
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Oct 26, 2020
1 parent 5b03e86 commit 11954ef
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion wadsrc/static/menudef.simplified
Expand Up @@ -11,7 +11,9 @@ OptionMenu "OptionsMenuSimple" protected
StaticText " "
Submenu "$OPTMNU_SOUND", "SoundOptionsSimple"
Submenu "$OPTMNU_DISPLAY", "VideoOptionsSimple"
Submenu "$HUDMNU_SCALEOPT", "ScalingOptionsSimple"
Submenu "$HUDMNU_SCALEOPT", "ScalingOptionsSimple"
StaticText " "
Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptionsSimple"
StaticText " "
Submenu "$OS_TITLE", "os_Menu"
StaticText " "
Expand Down Expand Up @@ -83,3 +85,15 @@ OptionMenu ScalingOptionsSimple protected
Option "$VIDMNU_SCALEMODE", "vid_scalemode", "ScaleModes"
Slider "$VIDMNU_SCALEFACTOR", "vid_scalefactor", 0.25, 2.0, 0.25, 2
}

OptionMenu MiscOptionsSimple protected
{
Title "$MISCMNU_TITLE"
Option "$MISCMNU_QUERYIWAD", "queryiwad", "OnOff"
Option "$MISCMNU_NOCHEATS", "nocheats", "OnOff"
Option "$MISCMNU_ALLCHEATS", "allcheats", "OnOff"
Option "$MISCMNU_ENABLEAUTOSAVES", "disableautosave", "Autosave"
Option "$MISCMNU_DEHLOAD", "dehload", "dehopt"
Option "$MISCMNU_ENABLESCRIPTSCREENSHOTS", "enablescriptscreenshot", "OnOff"
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
}

0 comments on commit 11954ef

Please sign in to comment.