API doc clarification

This commit is contained in:
Jean-Patrick Guerrero
2022-11-12 19:40:06 +01:00
parent 00a258afea
commit b711f8f195
4 changed files with 16 additions and 7 deletions

View File

@ -3,7 +3,8 @@ i3.new_tab("test1", {
image = "i3_heart.png",
formspec = function(player, data, fs)
fs("label[3,1;Test 1]")
fs("label", 3, 1, "Just a test")
fs"label[3,2;Lorem Ipsum]"
end,
})