add new generator: bagP1inf (#916)

This commit is contained in:
Imple Lee
2023-07-13 13:26:17 +08:00
committed by GitHub
parent b3a8724538
commit 3dc61688c4
4 changed files with 83 additions and 2 deletions

View File

@@ -91,6 +91,10 @@ local seqGenBanner=setmetatable({
fixed=GC.DO{100,10,
{'fRect',40,4,20,2},
},
--TODO: add new banner for bagP1inf
bagP1inf=GC.DO{100,10,
{'fRect',40,4,20,2},
},
},{__index=function(self,k)
self[k]=self.none
return self.none