forked from BKI/25_BKI2_2
verloren ausgabe
Hinzufügen unserer Lösung
This commit is contained in:
parent
8914b71be3
commit
02766dc908
1 changed files with 6 additions and 0 deletions
|
@ -70,7 +70,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