menu
This commit is contained in:
@@ -19,10 +19,16 @@ namespace Ichni.Menu.UI
|
||||
|
||||
private void EnterGame()
|
||||
{
|
||||
if (MenuManager.instance.songSelectionUIPage.songListController.selectedTab.isLocked)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
InformationTransistor.instance.SetInformation(
|
||||
ChapterSelectionManager.instance.currentChapter,
|
||||
MenuManager.instance.songSelectionUIPage.selectedSong,
|
||||
MenuManager.instance.songSelectionUIPage.selectedDifficulty);
|
||||
MenuAudioManager.instance.audioContainer.PlaySoundFX("EnterToGame");
|
||||
MenuAudioManager.instance.audioContainer.StopEvent("PlayPreview");
|
||||
|
||||
DOTween.KillAll();
|
||||
|
||||
Reference in New Issue
Block a user