111
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user