This commit is contained in:
SoulliesOfficial
2025-08-27 21:45:18 -04:00
parent 131b182f43
commit 4031b29245
266 changed files with 26272 additions and 18257 deletions

View File

@@ -18,7 +18,7 @@ namespace Ichni.Menu
public PlaySongUI playSongUI;
public SongInfoUI songInfoUI;
public DifficultySelectionContainer difficultySelectionContainer;
public int currentSelectedDifficultyIndex;
//public int currentSelectedDifficultyIndex;
protected override void Awake()
{
@@ -54,7 +54,7 @@ namespace Ichni.Menu
private void Start()
{
currentSelectedDifficultyIndex = 0;
MenuInformationRecorder.instance.GetRecordOfThisChapter().difficultyIndex = 0;
Sequence framesSeq = DOTween.Sequence();
framesSeq.Append(DOTween.To(() => framePositionOffset, x => framePositionOffset = x, 1f, 1f)