speed playAnim up + add default input message

This commit is contained in:
Jim Shield
2024-01-21 00:25:42 +00:00
committed by GitHub
parent 0caea0b473
commit fe27a1ca1c
3 changed files with 3 additions and 2 deletions

View File

@@ -767,6 +767,7 @@ function createInput(title, opts)
options[i] = {
type = "input",
label = opts[i].text ..(opts[i].txt and " - "..opts[i].txt or ""),
default = opts[i].default,
isRequired = opts[i].isRequired,
}
end