Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Have a good horror dungeon experience, but the game haven't any exit method(Except Alt+F4).

Glad you enjoyed it! and yep i completely forgot about adding an exit method which is honestly something i couldve added pretty easily smh

public void QuitGame()

    {

        Application.Quit();

    }