基础内容-10

保存测试
This commit is contained in:
SoulliesOfficial
2025-02-07 10:49:26 -05:00
parent 6559751b8e
commit 1be8a5a900
9 changed files with 456 additions and 344 deletions

View File

@@ -40,6 +40,8 @@ namespace Ichni.RhythmGame
public override void AfterInitialize()
{
base.AfterInitialize();
Refresh();
if (track.trackPathSubmodule.pathNodeList.Count > 3)
{

View File

@@ -34,7 +34,10 @@ namespace Ichni.RhythmGame
public override void AfterInitialize()
{
base.AfterInitialize();
submoduleList.Add(trackPathSubmodule);
submoduleList.Add(trackTimeSubmodule);
submoduleList.Add(trackRendererSubmodule);
}
private void Update()