自定义模式的一些参数补充更多可选值

调整一些文本细节
This commit is contained in:
MrZ_26
2023-10-10 14:41:53 +08:00
parent 012e0f76a9
commit 8894701806
12 changed files with 34 additions and 34 deletions

View File

@@ -10,14 +10,14 @@ local sList={
pushSpeed={1,2,3,5,15},
fieldH={1,2,3,4,6,8,10,15,20,30,50,100},
heightLimit={2,3,4,6,8,10,15,20,30,40,70,100,150,200,1e99},
bufferLimit={4,6,10,15,20,40,100,1e99},
bufferLimit={0,2,4,6,10,15,20,40,100,1e99},
drop={0,.125,.25,.5,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99},
lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99},
wait={0,1,2,3,4,5,6,7,8,10,15,20,30,60},
fall={0,1,2,3,4,5,6,7,8,10,15,20,30,60},
hang={0,1,2,3,4,5,6,7,8,10,15,20,30,60},
hurry={0,1,2,3,4,5,6,7,8,10,1e99},
lock={0,1,2,3,4,5,6,7,8,9,10,11,12,14,16,18,20,25,30,40,60,180,1e99},
wait={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60},
fall={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60},
hang={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60},
hurry={0,1,2,3,4,5,6,7,8,9,10,1e99},
eventSet=EVENTSETS,
holdMode={'hold','swap'},
}
@@ -222,7 +222,7 @@ scene.widgetList={
WIDGET.newButton{name='play_puzzle', x=1070,y=540,w=310,h=70,color='lM',font=35,code=pressKey'play2',hideF=function() return #FIELD[1]==0 end},
WIDGET.newButton{name='back', x=1140,y=640,w=170,h=80,sound='back',font=60,fText=CHAR.icon.back,code=pressKey'escape'},
-- Rule set
-- Ruleset
WIDGET.newSelector{name='eventSet', x=1050,y=760,w=340,color='H',list=sList.eventSet,disp=CUSval('eventSet'),code=CUSsto('eventSet')},
-- Special rules