- add simplified 'miscelaneous' menu

This commit is contained in:
Rachael Alexanderson 2020-10-26 04:20:37 -04:00
parent 5b03e86a2b
commit 11954ef1ad
1 changed files with 15 additions and 1 deletions

View File

@ -13,6 +13,8 @@ OptionMenu "OptionsMenuSimple" protected
Submenu "$OPTMNU_DISPLAY", "VideoOptionsSimple"
Submenu "$HUDMNU_SCALEOPT", "ScalingOptionsSimple"
StaticText " "
Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptionsSimple"
StaticText " "
Submenu "$OS_TITLE", "os_Menu"
StaticText " "
Submenu "$OPTMNU_FULLOPTIONS", "OptionsMenuFull"
@ -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"
}