menu
This commit is contained in:
@@ -52,8 +52,14 @@ namespace Ichni.Menu.UI
|
||||
{
|
||||
MenuManager.instance.songSelectionUIPage.selectedDifficulty = difficultyData;
|
||||
MenuManager.instance.songSelectionUIPage.songInfoUI.SetCharter(difficultyData.charterName);
|
||||
|
||||
if(container.selectedButton == this) return;
|
||||
MenuManager.instance.songSelectionUIPage.songInfoUI.SetBeatmapInfo(
|
||||
MenuManager.instance.songSelectionUIPage.selectedSave.beatmapSaves[difficultyData.difficultyIndex]);
|
||||
|
||||
if (container.selectedButton == this)
|
||||
{
|
||||
background.DOColor(difficultyData.color, 0.4f).SetEase(Ease.OutQuart).Play();
|
||||
return;
|
||||
}
|
||||
|
||||
MenuManager.instance.songSelectionUIPage.difficultySelectionContainer.selectedButton?.Deselect();
|
||||
MenuManager.instance.songSelectionUIPage.difficultySelectionContainer.selectedButton = this;
|
||||
|
||||
Reference in New Issue
Block a user