Store fix

This commit is contained in:
Dennis Schoepf 2021-08-08 00:58:54 +02:00
parent 1efd67c733
commit f1ed6f2f43

View file

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