From 7e07d5c9c9a43ea2fc3ee74f00e4fc77f7656839 Mon Sep 17 00:00:00 2001 From: Mees Roelofsz Date: Tue, 16 Jan 2024 16:29:31 +0100 Subject: [PATCH] turned back paternArray for phase 1 --- web/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/game.js b/web/game.js index 6648261..ea05113 100644 --- a/web/game.js +++ b/web/game.js @@ -323,7 +323,7 @@ function nameDraw(positiony) { } // the function draw() is called every frame -function draw() { +function draw() { keyPressed(); gameOver(); // draw background @@ -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);