added trumpet visual

This commit is contained in:
Sam
2023-05-03 13:16:44 -07:00
parent 8d230a5a71
commit 3108c31489
3 changed files with 86 additions and 5 deletions

View File

@@ -37,5 +37,6 @@ public class DebugSceneSwitcher : MonoBehaviour
public void ChangeScene(int index) {
// print(index);
GameObject.FindGameObjectWithTag("SceneManager").GetComponent<SceneController>().LoadChosenScene(index);
this.gameObject.SetActive(false);
}
}