Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Open files\scripts\events.gd with Notepad++ and find the lines:

            globals.main.background_set('mainorderfinale')
           closedialogue()

Delete the second line. The first line must be immediately followed by:

            if OS.get_name() != "HTML5":

Save and reload the game.