存档重构,游戏内容解锁机制;教程完善(未完成)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user