pc训练的序列模式和旋转系统参数放入规则包
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user