输入框细节调整

This commit is contained in:
MrZ626
2020-10-21 10:59:33 +08:00
parent 4c035e698a
commit 84a0bb1000
2 changed files with 10 additions and 8 deletions

View File

@@ -264,6 +264,8 @@ function love.textinput(text)
if not W.regex or text:match(W.regex)then
WIDGET.sel.value=WIDGET.sel.value..text
SFX.play("move")
else
SFX.play("finesseError",.3)
end
end
end