Skip to content

Commit

Permalink
Update tururururu.cpp
Browse files Browse the repository at this point in the history
commented ocean
  • Loading branch information
bmorcelli authored May 31, 2024
1 parent 5c0394d commit 65ed668
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tururururu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ void shark_loop() {
if(score>=20 && score<30) delay(35);
if(score>=30 && score<40) delay(30);
if(score>=40 && score<50) delay(25);
if(score>=50) { delay(25); }
if(score>=50) { delay(15); }
/*
if(score==99) {
displaySuccess("Is this fun??");
while(!checkSelPress()) { yield(); }
Expand All @@ -175,7 +176,7 @@ void shark_loop() {
initSprites();
score++;
}

*/
if(checkEscPress()) {
returnToMenu=true;
goto Exit;
Expand All @@ -185,4 +186,4 @@ void shark_loop() {
Exit:
delay(150);
Serial.println();
}
}

0 comments on commit 65ed668

Please sign in to comment.