mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Rework menu option looping (#1393)
* Remove menu loop * Update CHANGELOG.md * Update config * Implement new menu logic * Remove mouse smoothing * Update Input.cpp * Allow 3 options for menu looping * Name adjustment * Rename RegKey * String key rename * General refactors * Change default menu looping mode * Update configuration.h --------- Co-authored-by: Sezz <sezzary@outlook.com>
This commit is contained in:
parent
046e0b26ac
commit
0628affb69
9 changed files with 182 additions and 253 deletions
|
@ -80,8 +80,11 @@ local strings =
|
|||
low = { "Low" },
|
||||
medium = { "Medium" },
|
||||
menu_actions = { "Menu Actions" },
|
||||
menu_option_looping = { "Menu Option Looping" },
|
||||
menu_option_looping_all_menus = { "All Menus" },
|
||||
menu_option_looping_disabled = { "Disabled" },
|
||||
menu_option_looping_save_load_only = { "Save/Load Only" },
|
||||
mouse_sensitivity = { "Mouse Sensitivity" },
|
||||
mouse_smoothing = { "Mouse Smoothing" },
|
||||
music_volume = { "Music Volume" },
|
||||
new_game = { "New Game" },
|
||||
none = { "None" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue