changed times

This commit is contained in:
Mees Roelofsz
2023-12-08 10:40:23 +01:00
parent b49694da69
commit 54f9932dd9

View File

@@ -203,7 +203,7 @@ function phase() {
text("phase 1", 10, 50);
pop();
break;
case (time < 20):
case (time < 40):
paternArray = [2, 5]
push();
fill(255, 0, 255);
@@ -212,7 +212,7 @@ function phase() {
text("phase 2", 10, 50);
pop();
break;
case (time < 30):
case (time < 60):
paternArray = [3, 4]
push();
fill(255, 0, 255);
@@ -221,7 +221,7 @@ function phase() {
text("phase 3", 10, 50);
pop();
break;
case (time > 30):
case (time > 6):
paternArray = [1, 2, 3, 4, 5]
push();
fill(255, 0, 255);