pc训练的序列模式和旋转系统参数放入规则包

This commit is contained in:
MrZ626
2021-11-17 16:00:32 +08:00
parent 470e54cdd0
commit 6f282431c4
4 changed files with 4 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ local function _check(P)
end end
end end
return{ return{
sequence='none',
RS="SRS",
mesDisp=function(P) mesDisp=function(P)
setFont(60) setFont(60)
mStr(P.stat.pc,63,340) mStr(P.stat.pc,63,340)

View File

@@ -35,6 +35,8 @@ local function _check(P)
end end
end end
return{ return{
sequence='none',
RS="SRS",
mesDisp=function(P) mesDisp=function(P)
setFont(60) setFont(60)
mStr(P.stat.pc,63,340) mStr(P.stat.pc,63,340)

View File

@@ -4,9 +4,7 @@ return{
holdCount=0, holdCount=0,
drop=60,lock=60, drop=60,lock=60,
fall=20, fall=20,
sequence='none',
freshLimit=15, freshLimit=15,
RS="SRS",
eventSet='pctrain_l', eventSet='pctrain_l',
bg='rgb',bgm='memory', bg='rgb',bgm='memory',
}, },

View File

@@ -4,8 +4,6 @@ return{
holdCount=0, holdCount=0,
drop=120,lock=180, drop=120,lock=180,
fall=20, fall=20,
sequence='none',
RS="SRS",
eventSet='pctrain_n', eventSet='pctrain_n',
bg='rgb',bgm='memory', bg='rgb',bgm='memory',
}, },