Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Quick fix (disables tutorials):

Open /src/TutorialNode.gd and add "return" after line 24 so it looks like this:

func rebuild():
    return
    if state.show_tutorial == false:


Or just hide the tutorials instead of dismissing them.