mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-20 19:52:12 +00:00
Merge 440f3a5ac1
into 499f2284bd
This commit is contained in:
commit
c304564bb0
12 changed files with 225 additions and 9 deletions
|
@ -874,6 +874,10 @@ tooltip_append_itemname (Append item name) bool false
|
|||
# Use a cloud animation for the main menu background.
|
||||
menu_clouds (Clouds in menu) bool true
|
||||
|
||||
# Remember each server's entered login info in the 'Join Game' tab
|
||||
# ***WARNING, THIS IS NOT SECURE WHATSOEVER. DO NOT ENABLE THIS***:
|
||||
remember_login (Remember logins) bool false
|
||||
|
||||
[**HUD]
|
||||
|
||||
# Modifies the size of the HUD elements.
|
||||
|
@ -2444,6 +2448,9 @@ enable_remote_media_server (Connect to external media server) [client] bool true
|
|||
# Multiplayer Tab.
|
||||
serverlist_file (Serverlist file) [client] string favoriteservers.json
|
||||
|
||||
# File in client/ that contains your saved usernames and passwords for Multiplayer
|
||||
keyring_file (Keyring file) [client] string keyring.json
|
||||
|
||||
|
||||
[*Gamepads] [client]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue