Nearly finished.....

This commit is contained in:
2022-08-31 00:31:02 -07:00
parent 59d65e0e8c
commit 83bd769167
24 changed files with 2828 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
using Scampz.GameJam.Assets.Scripts;
using Scampz.GameJam.Assets.Scripts.Audio;
using TMPro;
using UnityEngine;
using UnityEngine.SceneManagement;
@@ -42,6 +43,7 @@ namespace Scampz.GameJam
private void LoadNextLevel()
{
_loaded = true;
SFXManager.Instance.PlaySoundEffect(SoundEffectName.Ok);
GameManager.Instance.LoadScene(_scene, LoadSceneMode.Single);
}
}