mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add keyword based search to serverlist
This commit is contained in:
parent
f5070b4454
commit
f3bd4c405d
8 changed files with 113 additions and 23 deletions
|
@ -209,12 +209,12 @@ local function formspec(tabview, name, tabdata)
|
|||
.. fgettext("Reset singleplayer world") .. "]"
|
||||
else
|
||||
tab_string = tab_string ..
|
||||
"button[8,4.75;3.75,0.5;btn_change_keys;"
|
||||
"button[8,4.85;3.75,0.5;btn_change_keys;"
|
||||
.. fgettext("Change keys") .. "]"
|
||||
end
|
||||
|
||||
tab_string = tab_string ..
|
||||
"button[0,4.75;3.75,0.5;btn_advanced_settings;"
|
||||
"button[0,4.85;3.75,0.5;btn_advanced_settings;"
|
||||
.. fgettext("Advanced Settings") .. "]"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue