Knowledge Question Setup
This commit is contained in:
parent
1e8516e254
commit
861a3bad6a
4 changed files with 21 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue