mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add main_menu_style setting
This commit is contained in:
parent
87e08b1b3a
commit
0e4c467a82
4 changed files with 16 additions and 9 deletions
|
@ -1241,6 +1241,12 @@ curl_file_download_timeout (cURL file download timeout) int 300000
|
|||
# Makes DirectX work with LuaJIT. Disable if it causes troubles.
|
||||
high_precision_fpu (High-precision FPU) bool true
|
||||
|
||||
# Changes the main menu UI:
|
||||
# - Full: Multple singleplayer worlds, subgame choice, texture pack chooser, etc.
|
||||
# - Simple: One singleplayer world, no subgame or texture pack choosers. May be necessary for smaller screens.
|
||||
# - Auto: Simple on Android, full on everything else.
|
||||
main_menu_style (Main menu style) enum auto auto,full,simple
|
||||
|
||||
# Replaces the default main menu with a custom one.
|
||||
main_menu_script (Main menu script) string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue