微调自定义游戏和音乐室ui

整理代码
This commit is contained in:
MrZ626
2021-08-27 22:29:32 +08:00
parent e4803cc89d
commit a7b38335c9
3 changed files with 5 additions and 5 deletions

View File

@@ -586,7 +586,7 @@ end
function slider:arrowKey(k)
self:scroll((k=="left"or k=="up")and -1 or 1)
end
function WIDGET.newSlider(D)--name,x,y,w[,fText][,color][,unit][,smooth][,font=30][,change],disp,code,hide
function WIDGET.newSlider(D)--name,x,y,w[,fText][,color][,unit][,smooth][,font=30][,change],disp[,show],code,hide
local _={
name= D.name or"_",