Help message on overview screen

This commit is contained in:
Dennis Schoepf 2021-08-02 22:05:43 +02:00
parent 95ddbcea24
commit 2cdfbe8266
3 changed files with 13 additions and 3 deletions

View file

@ -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) {