Added ammo logic and exit btn

This commit is contained in:
2024-12-10 20:44:03 +01:00
parent 93ee09318a
commit 54ffe5d716
204 changed files with 36731 additions and 5940 deletions

View File

@@ -23,4 +23,9 @@ public class GameOverScreen : MonoBehaviour
Time.timeScale = 1;
SceneManager.LoadScene("SampleScene");
}
public void ExitButton()
{
Application.Quit();
}
}