turned back paternArray for phase 1
This commit is contained in:
@@ -323,7 +323,7 @@ function nameDraw(positiony) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
// the function draw() is called every frame
|
// the function draw() is called every frame
|
||||||
function draw() {
|
function draw() {
|
||||||
keyPressed();
|
keyPressed();
|
||||||
gameOver();
|
gameOver();
|
||||||
// draw background
|
// draw background
|
||||||
@@ -451,7 +451,7 @@ function phase() {
|
|||||||
switch (true) {
|
switch (true) {
|
||||||
case (time < 20):
|
case (time < 20):
|
||||||
phases[0] = true;
|
phases[0] = true;
|
||||||
paternArray = [1];
|
paternArray = [5];
|
||||||
shotSpeedAdj = 2;
|
shotSpeedAdj = 2;
|
||||||
push();
|
push();
|
||||||
fill(255, 0, 255);
|
fill(255, 0, 255);
|
||||||
|
Reference in New Issue
Block a user