sfinv - sfinv_home set better text for home button

master
mckaygerhard 2023-06-18 04:55:37 -04:00
parent 9ac8666ea8
commit 4d4cdfe05d
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ if home and not sfinvhome then
local get_formspec = function(name)
local formspec = "size[6,2]"
.. "button_exit[2,2.5;4,1;home_gui_go;" .. "-> Home" .. "]"
.. "button_exit[2,4.5;4,1;home_gui_set;" .. "!! Home <-" .. "]"
.. "button_exit[2,2.5;4,1;home_gui_go;" .. "---> Home ?" .. "]"
.. "button_exit[2,4.5;4,1;home_gui_set;" .. "-> -|Home|- <-" .. "]"
-- .. "button_exit[2,6.5;4,1;home_gui_spawn;" .. S("Spawn") .. "]"
local home = sethome.get(name)