Sound + somewhat game loop

This commit is contained in:
Crizomb 2025-01-28 23:00:52 +01:00
parent 29e5e48aee
commit 1d6a879755
33 changed files with 1572 additions and 595 deletions

View file

@ -17,7 +17,7 @@ public class Buttons : MonoBehaviour
public void PlayGame()
{
SceneManager.LoadSceneAsync("Start Scene");
GameManager.Instance.GoNextLevel();
}
public void LaunchSettings()