mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Android: drop simple MainMenu (#10227)
The default (PC-style) MainMenu works great on Android. Provides access to ContentDB and allows players to create many worlds in a few clicks. Makes the interface consistent and eliminates player confusion.
This commit is contained in:
parent
b262184acf
commit
788f297595
5 changed files with 33 additions and 363 deletions
|
@ -290,7 +290,6 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("joystick_frustum_sensitivity", "170");
|
||||
|
||||
// Main menu
|
||||
settings->setDefault("main_menu_style", "full");
|
||||
settings->setDefault("main_menu_path", "");
|
||||
settings->setDefault("serverlist_file", "favoriteservers.txt");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue