local function

master
zmv7 2022-03-20 22:25:46 +05:00 committed by GitHub
parent 87412538e2
commit 8d363ee108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local storage = minetest.get_mod_storage()
function genlist()
local function genlist()
local fspec = "size[9,2.5]dropdown[0,0.1;5.3,1;list;"..storage:get_string('list').." ;]button_exit[5,0;2,1;load;Teleport]field[0.3,2;5,1;name;Name:;]button_exit[5,1.7;2,1;save;Save]button[7,0;2,1;del;Delete]button[7,1.7;2,1;delall;Clear list]"
return fspec
end