Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I like this game a lot. the biggest problem that i see in most of these games is no way to exit.

You could do something like/ If (Input.GetKeyDown(Keycode.Escape))

                                                                  {

                                                                       Application.Quit();

                                                                  }

That would be a quick way to allow an exit button to be pressed. Good Game. Keep it up.

Eh, I figure why bother when alt + F4 is already a thing.