存档重构,游戏内容解锁机制;教程完善(未完成)

This commit is contained in:
SoulliesOfficial
2026-07-18 16:51:18 -04:00
parent d48ef1e65e
commit dda354ebb9
123 changed files with 4032 additions and 558 deletions

View File

@@ -55,8 +55,6 @@ namespace Ichni.Menu
private void Start()
{
MenuInformationRecorder.instance.GetRecordOfThisChapter().difficultyIndex = 0;
Sequence framesSeq = DOTween.Sequence();
framesSeq.Append(DOTween.To(() => framePositionOffset, x => framePositionOffset = x, 1f, 1f)
.SetEase(Ease.Linear)
@@ -73,4 +71,4 @@ namespace Ichni.Menu
public DifficultyData selectedDifficulty;
public SongStatusSave selectedSave;
}
}
}