Skip to content

Commit 65ed668

Browse files
authoredMay 31, 2024··
Update tururururu.cpp
commented ocean
1 parent 5c0394d commit 65ed668

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎src/tururururu.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ void shark_loop() {
161161
if(score>=20 && score<30) delay(35);
162162
if(score>=30 && score<40) delay(30);
163163
if(score>=40 && score<50) delay(25);
164-
if(score>=50) { delay(25); }
164+
if(score>=50) { delay(15); }
165+
/*
165166
if(score==99) {
166167
displaySuccess("Is this fun??");
167168
while(!checkSelPress()) { yield(); }
@@ -175,7 +176,7 @@ void shark_loop() {
175176
initSprites();
176177
score++;
177178
}
178-
179+
*/
179180
if(checkEscPress()) {
180181
returnToMenu=true;
181182
goto Exit;
@@ -185,4 +186,4 @@ void shark_loop() {
185186
Exit:
186187
delay(150);
187188
Serial.println();
188-
}
189+
}

0 commit comments

Comments
 (0)
Please sign in to comment.