Import game icons

This commit is contained in:
Braedon
2022-01-15 17:52:53 -05:00
parent cb25e97699
commit c48f2064f0
29 changed files with 1181 additions and 628 deletions

View File

@ -68,7 +68,10 @@ namespace RhythmHeavenMania
eventCaller.Init();
Conductor.instance.SetBpm(Beatmap.bpm);
if (playOnStart) StartCoroutine(Begin());
if (playOnStart)
{
Play(startBeat);
}
// SetCurrentGame(eventCaller.GamesHolder.transform.GetComponentsInChildren<Transform>()[1].name);
@ -79,12 +82,6 @@ namespace RhythmHeavenMania
}
}
private IEnumerator Begin()
{
yield return new WaitForSeconds(startOffset);
// Conductor.instance.Play(startBeat);
}
private void Update()
{
if (Beatmap.entities.Count < 1)