Compare commits
2 commits
04efa6ba33
...
4bfbb62316
Author | SHA1 | Date | |
---|---|---|---|
4bfbb62316 | |||
![]() |
02766dc908 |
1 changed files with 6 additions and 0 deletions
|
@ -94,7 +94,13 @@ void loop() {
|
||||||
case 5: // verloren
|
case 5: // verloren
|
||||||
//Gruppe 6 start ===============================================================================
|
//Gruppe 6 start ===============================================================================
|
||||||
|
|
||||||
|
Tft.setCursorCharacter(1,1);
|
||||||
|
Tft.print("Du hast verloren :( "));
|
||||||
|
Tft.setCursorCharacter(3,1);
|
||||||
|
Tft.print(" Bis Level: " + String(level) + " erreicht.");
|
||||||
|
|
||||||
|
delay(5000);
|
||||||
|
state = 0;
|
||||||
|
|
||||||
//Gruppe 6 ende ================================================================================
|
//Gruppe 6 ende ================================================================================
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue