Added small detail to taskflow flowchart

This commit is contained in:
sam
2023-11-22 14:36:29 +01:00
parent c09af46ce5
commit ac2983da6f

View File

@@ -24,6 +24,6 @@ flowchart TD
E --> F(Speel spel) E --> F(Speel spel)
F --> H(Ga dood) F --> H(Ga dood)
H --> I(Voer naam in voor highscore) H --> I(Voer naam in voor highscore)
I --> E I --> |Try again| E
I --> A I --> A
``` ```