We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bmorcelli
Learn more about funding links in repositories.
Report abuse
1 parent 5c0394d commit 65ed668Copy full SHA for 65ed668
src/tururururu.cpp
@@ -161,7 +161,8 @@ void shark_loop() {
161
if(score>=20 && score<30) delay(35);
162
if(score>=30 && score<40) delay(30);
163
if(score>=40 && score<50) delay(25);
164
- if(score>=50) { delay(25); }
+ if(score>=50) { delay(15); }
165
+ /*
166
if(score==99) {
167
displaySuccess("Is this fun??");
168
while(!checkSelPress()) { yield(); }
@@ -175,7 +176,7 @@ void shark_loop() {
175
176
initSprites();
177
score++;
178
}
-
179
+ */
180
if(checkEscPress()) {
181
returnToMenu=true;
182
goto Exit;
@@ -185,4 +186,4 @@ void shark_loop() {
185
186
Exit:
187
delay(150);
188
Serial.println();
-}
189
+}
0 commit comments