调整bagP1inf序列模式位置
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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')
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user