@@ -40,9 +40,12 @@ namespace Ichni
|
||||
|
||||
public NoteBase.NoteJudgeType currentJudgeType;
|
||||
public bool useNotePrefab = true;
|
||||
public bool ExpandWhileClick = false;
|
||||
public bool ExpandWhileClick = true;
|
||||
|
||||
public BasePrefabsCollection basePrefabs;
|
||||
public Dictionary<string, CustomPrefabsCollection> customPrefabs;
|
||||
|
||||
|
||||
public NoteAudioCollection noteAudioCollection;
|
||||
|
||||
[Title("Runtime Global Elements")]
|
||||
@@ -73,6 +76,7 @@ namespace Ichni
|
||||
{
|
||||
StartCoroutine(StartFrameRate());
|
||||
|
||||
|
||||
this.elementName = "EditorManager";
|
||||
this.elementGuid = Guid.Empty;
|
||||
uiManager.hierarchy.GenerateTab(this, null);
|
||||
@@ -90,6 +94,7 @@ namespace Ichni
|
||||
|
||||
isLoaded = true;
|
||||
songInformation.songTime = musicPlayer.audioSource.time - songInformation.offset;
|
||||
|
||||
}
|
||||
public float CurrentFrameRate;
|
||||
public TMP_Text FPStext;
|
||||
|
||||
Reference in New Issue
Block a user