Fix up few small things

This commit is contained in:
Dennis Schoepf 2021-08-06 14:00:18 +02:00
parent dc102a1590
commit 89d494fc3a
6 changed files with 506 additions and 62 deletions

View file

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