Merge pull request 'verloren ausgabe' (#3) from marquaal/25_BKI2_2:main into main
Reviewed-on: #3
This commit is contained in:
commit
4bfbb62316
1 changed files with 6 additions and 0 deletions
|
@ -94,7 +94,13 @@ void loop() {
|
|||
case 5: // verloren
|
||||
//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 ================================================================================
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue