Knowledge Question Setup

This commit is contained in:
Dennis Schoepf 2021-08-07 01:12:26 +02:00
parent 1e8516e254
commit 861a3bad6a
4 changed files with 21 additions and 7 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,