New shapre design for inactive revealables

This commit is contained in:
Dennis Schoepf 2021-08-03 19:42:53 +02:00
parent 92c349a135
commit daf40350fa
2 changed files with 19 additions and 2 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,