enabled all patterns early for tests
This commit is contained in:
@@ -366,7 +366,7 @@ function phase() {
|
||||
switch (true) {
|
||||
case (time < 20):
|
||||
phases[0] = true;
|
||||
paternArray = [5];
|
||||
paternArray = [1,2,3,4,5];
|
||||
shotSpeedAdj = 2;
|
||||
push();
|
||||
fill(255, 0, 255);
|
||||
|
Reference in New Issue
Block a user