Update LuaDialog scripts

This commit is contained in:
Robin Gareus 2017-04-25 16:46:21 +02:00
parent 35aa4f692a
commit b8a7b444e2
2 changed files with 28 additions and 8 deletions

View file

@ -74,6 +74,8 @@ function factory () return function ()
default = 500
},
{ type = "heading", title = "Heading" },
{ type = "number", key = "number", title = "Whatever", min = 0, max = 10, step = 1, digits = 2 }
}