调整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

@@ -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