Skip to content

Commit

Permalink
Core: Move debugging toggles one submenu deeper.
Browse files Browse the repository at this point in the history
Hopefully this should avoid the problem where players think these are module toggles...
  • Loading branch information
caligari87 committed Sep 13, 2023
1 parent 166a4fd commit 78a6482
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion core/menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ OptionMenu "UaS_LoadedModules" {

OptionMenu "UaS_CoreOptions" {
Title "Core Module Settings"
StaticText "Debugging Flags"

Submenu "DEBUG TOGGLES", "UaS_CoreDebug"
}

OptionMenu "UaS_CoreDebug" {
Title "Debug Output Toggles"
StaticText " "
FlagOption "Hunger","UaS_Debug","OnOff",0
FlagOption "Scarcity","UaS_Debug","OnOff",1
FlagOption "Debris","UaS_Debug","OnOff",2
Expand Down
8 changes: 7 additions & 1 deletion menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ OptionMenu "UaS_LoadedModules" {

OptionMenu "UaS_CoreOptions" {
Title "Core Module Settings"
StaticText "Debugging Flags"

Submenu "DEBUG TOGGLES", "UaS_CoreDebug"
}

OptionMenu "UaS_CoreDebug" {
Title "Debug Output Toggles"
StaticText " "
FlagOption "Hunger","UaS_Debug","OnOff",0
FlagOption "Scarcity","UaS_Debug","OnOff",1
FlagOption "Debris","UaS_Debug","OnOff",2
Expand Down

0 comments on commit 78a6482

Please sign in to comment.