Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ghillie.xyz

1
Posts
2
Followers
A member registered Jul 24, 2019 · View creator page →

Creator of

Recent community posts

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.