Skip to content

Commit

Permalink
Added main menu binding option
Browse files Browse the repository at this point in the history
  • Loading branch information
madmodder123 authored and drfrag666 committed Jun 13, 2021
1 parent d7c7d89 commit d9e3261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wadsrc/static/language.enu
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ CNTRLMNU_POPUPS_TITLE = "Strife Popup Screens Controls";
CNTRLMNU_PAUSE = "Pause";
CNTRLMNU_DISPLAY_INC = "Increase Display Size";
CNTRLMNU_DISPLAY_DEC = "Decrease Display Size";
CNTRLMNU_OPEN_MAIN = "Open Menu with Controller";
CNTRLMNU_OPEN_HELP = "Open Help";
CNTRLMNU_OPEN_SAVE = "Open Save Menu";
CNTRLMNU_OPEN_LOAD = "Open Load Menu";
Expand Down
1 change: 1 addition & 0 deletions wadsrc/static/menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ OptionMenu "OtherControlsMenu" protected
Control "$CNTRLMNU_ADJUST_GAMMA" , "bumpgamma"

StaticText ""
Control "$CNTRLMNU_OPEN_MAIN" , "menu_main"
Control "$CNTRLMNU_OPEN_HELP" , "menu_help"
Control "$CNTRLMNU_OPEN_SAVE" , "menu_save"
Control "$CNTRLMNU_OPEN_LOAD" , "menu_load"
Expand Down

0 comments on commit d9e3261

Please sign in to comment.