Help message on overview screen
This commit is contained in:
parent
95ddbcea24
commit
2cdfbe8266
3 changed files with 13 additions and 3 deletions
4
main.ts
4
main.ts
|
|
@ -39,8 +39,8 @@ const sketch = (s: p5) => {
|
|||
const { currentScene, companionState, infoMessageShown } = store.getState();
|
||||
|
||||
if (
|
||||
companionState !== CompanionState.ACTIVE ||
|
||||
!infoMessageShown ||
|
||||
companionState !== CompanionState.ACTIVE &&
|
||||
!infoMessageShown &&
|
||||
store.getState().currentIntroStep === 0
|
||||
) {
|
||||
if (currentScene === Scenes.OVERVIEW) {
|
||||
|
|
|
|||
Reference in a new issue