diff --git a/src/store.ts b/src/store.ts index 1545a05..abc8d20 100644 --- a/src/store.ts +++ b/src/store.ts @@ -29,7 +29,7 @@ export interface State { const store = create((set) => ({ uid: null, showScore: false, - currentIntroStep: 0, + currentIntroStep: 1, revealablesFinished: 0, currentScene: Scenes.OVERVIEW, currentSubproject: null, diff --git a/src/ui/intro.ts b/src/ui/intro.ts index 0e20743..ed06bc6 100644 --- a/src/ui/intro.ts +++ b/src/ui/intro.ts @@ -166,7 +166,7 @@ export class Intro { text: "Hey there! Need help here? You'll have to touch the parts of the project you want to take a look at with you character's head. As soon as the project part (packages/...) is highlighted, you can click it to dive deeper into what lies behind 🔬", }); } - }, 3000); + }, 6000); return; }