File tree Expand file tree Collapse file tree 2 files changed +312
-25
lines changed Expand file tree Collapse file tree 2 files changed +312
-25
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ void registerIPadPatterns() {
189
189
190
190
registerPatternController ("Pond" , new Pond (lx ));
191
191
registerPatternController ("Planes" , new Planes (lx ));
192
+ registerPatternController ("Growth" , new Growth (lx ));
192
193
}
193
194
194
195
void registerIPadEffects () {
@@ -250,6 +251,7 @@ void addPatterns(ArrayList<LXPattern> patterns) {
250
251
// Grant Patterson Patterns
251
252
patterns .add (new Pond (lx ));
252
253
patterns .add (new Planes (lx ));
254
+ patterns .add (new Growth (lx ));
253
255
254
256
// patterns.add(new DoubleHelix(lx));
255
257
patterns .add (new SparkleHelix (lx ));
@@ -348,6 +350,7 @@ void registerPatternTriggerables() {
348
350
349
351
registerPattern (new Pond (lx ));
350
352
registerPattern (new Planes (lx ));
353
+ registerPattern (new Growth (lx ));
351
354
}
352
355
353
356
void registerOneShotTriggerables () {
You can’t perform that action at this time.
0 commit comments