Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Seems like a nice prototype, add some gun sounds, make it so the player can't move the camera when in the pause menu, and add a quit button to the main menu to close the application.

public void Quit()
{
   Application.Quit();
}

call that function on btn press.

(2 edits)

I Will In The Next Update!