turned back paternArray for phase 1

This commit is contained in:
Mees Roelofsz
2024-01-16 16:29:31 +01:00
parent 8aac951bf2
commit 7e07d5c9c9

View File

@@ -451,7 +451,7 @@ function phase() {
switch (true) {
case (time < 20):
phases[0] = true;
paternArray = [1];
paternArray = [5];
shotSpeedAdj = 2;
push();
fill(255, 0, 255);