@@ -100,6 +100,7 @@ namespace Ichni
|
||||
}
|
||||
public float CurrentFrameRate;
|
||||
public TMP_Text FPStext;
|
||||
public TMP_Text UIText;
|
||||
private IEnumerator StartFrameRate()
|
||||
{
|
||||
int frameCount = 0;
|
||||
@@ -115,6 +116,7 @@ namespace Ichni
|
||||
yield return null;
|
||||
}
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if (isLoaded) projectManager.autoSaveManager.UpdateAutoSave();
|
||||
@@ -131,7 +133,7 @@ namespace Ichni
|
||||
{
|
||||
projectManager.loadManager.LoadExport(projectName);
|
||||
}
|
||||
|
||||
|
||||
musicPlayer.audioSource.clip = songInformation.song;
|
||||
beatmapContainer.gameElementList.ForEach(gameElement =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user