Show type indicator in detail screen

This commit is contained in:
Dennis Schoepf 2021-08-03 20:11:31 +02:00
parent daf40350fa
commit 2605bfc16b
4 changed files with 23 additions and 1 deletions

View file

@ -31,7 +31,7 @@ const store = create<State>(
devtools((set) => ({
uid: null,
showScore: false,
currentIntroStep: 0,
currentIntroStep: 1,
revealablesFinished: 0,
currentScene: Scenes.OVERVIEW,
currentSubproject: null,