mirror of
https://github.com/ExeVirus/formspec_editor.git
synced 2025-03-22 17:32:22 +00:00
remove unuseful formspec field
according to documentation of `position[]` element in `lua_api.txy`
This commit is contained in:
parent
0dfd44266a
commit
8f1c543794
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ local update_time = tonumber(minetest.settings:get("formspec_editor.update_time"
|
||||||
local error_formspec = [[
|
local error_formspec = [[
|
||||||
formspec_version[4]
|
formspec_version[4]
|
||||||
size[8,2]
|
size[8,2]
|
||||||
position[0.5,0.5]
|
|
||||||
label[0.375,0.5;Error:formspec.spec is either ]
|
label[0.375,0.5;Error:formspec.spec is either ]
|
||||||
label[0.375,1;non-existent,or empty]
|
label[0.375,1;non-existent,or empty]
|
||||||
]]
|
]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue