mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-10 11:25:07 -05:00
parent
b25554c8d7
commit
c65e7a9b3e
@ -203,7 +203,11 @@ local function formspec(tabview, name, tabdata)
|
|||||||
"checkbox[8,0;cb_shaders;" .. fgettext("Shaders") .. ";"
|
"checkbox[8,0;cb_shaders;" .. fgettext("Shaders") .. ";"
|
||||||
.. dump(core.setting_getbool("enable_shaders")) .. "]"
|
.. dump(core.setting_getbool("enable_shaders")) .. "]"
|
||||||
|
|
||||||
if PLATFORM ~= "Android" then
|
if PLATFORM == "Android" then
|
||||||
|
tab_string = tab_string ..
|
||||||
|
"button[8,4.75;3.75,0.5;btn_reset_singleplayer;"
|
||||||
|
.. fgettext("Reset singleplayer world") .. "]"
|
||||||
|
else
|
||||||
tab_string = tab_string ..
|
tab_string = tab_string ..
|
||||||
"button[8,4.75;3.75,0.5;btn_change_keys;"
|
"button[8,4.75;3.75,0.5;btn_change_keys;"
|
||||||
.. fgettext("Change keys") .. "]"
|
.. fgettext("Change keys") .. "]"
|
||||||
|
Loading…
Reference in New Issue
Block a user