mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:57:37 +02:00
Import game icons
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user