调整bagP1inf序列模式位置

This commit is contained in:
MrZ_26
2023-07-17 05:50:18 +08:00
parent c782c1fcdd
commit d4d87ccb5c
3 changed files with 7 additions and 7 deletions

View File

@@ -476,7 +476,7 @@ do-- Mod data
},
{no=19,id="CS",name="customSeq",
key="b",x=680,y=470,color='lB',
list={'bag','bagES','his','hisPool','c2','rnd','mess','reverb','bagP1inf'},
list={'bag','bagES','his','hisPool','c2','bagP1inf','rnd','mess','reverb'},
func=function(P,O) P.gameEnv.sequence=O end,
unranked=true,
},

View File

@@ -70,6 +70,11 @@ local seqGenBanner=setmetatable({
{'fRect',70-2,5-2,4,4},
{'fRect',80-1,5-1,2,2},
},
bagP1inf=GC.DO{100,10,
{'fRect',10,4,40,2},
{'fRect',55,4,20,2},
{'fRect',80,4,10,2},
},
rnd=GC.DO{100,10,
{'fRect',30-3,1,6,6},
{'fRect',70-3,1,6,6},
@@ -91,11 +96,6 @@ local seqGenBanner=setmetatable({
fixed=GC.DO{100,10,
{'fRect',40,4,20,2},
},
bagP1inf=GC.DO{100,10,
{'fRect',10,4,40,2},
{'fRect',55,4,20,2},
{'fRect',80,4,10,2},
},
},{__index=function(self,k)
self[k]=self.none
return self.none

View File

@@ -174,7 +174,7 @@ scene.widgetList={
WIDGET.newText{name='subTitle',x=530,y=50,lim=170,font=35,align='L',color='H'},
WIDGET.newSelector{name='sequence',x=1080,y=60,w=200,color='Y',
list={'bag','bagES','his','hisPool','c2','rnd','mess','reverb','loop','fixed','bagP1inf'},
list={'bag','bagES','his','hisPool','c2','bagP1inf','rnd','mess','reverb','loop','fixed'},
disp=CUSval('sequence'),code=CUSsto('sequence')
},