Autoplay began

This commit is contained in:
Braedon
2022-01-22 22:40:53 -05:00
parent 1ed2291844
commit 2b88703e3f
39 changed files with 1579 additions and 306 deletions

View File

@ -37,12 +37,14 @@ namespace RhythmHeavenMania
public bool playOnStart;
public float startBeat;
private GameObject currentGameO;
public bool autoplay;
public static GameManager instance { get; private set; }
private EventCaller eventCaller;
private void Awake()
{
autoplay = true;
instance = this;
}