恶搞更新

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-07-22 15:38:48 +08:00
parent 551d9c2b86
commit 2dae60d368
48 changed files with 35847 additions and 59531 deletions

View File

@@ -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;