微调
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using DG.Tweening;
|
||||
using Sirenix.OdinInspector;
|
||||
using SLSUtilities.WwiseAssistance;
|
||||
using TMPro;
|
||||
using UniRx;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Serialization;
|
||||
using UnityEngine.UI;
|
||||
@@ -62,12 +59,8 @@ namespace Ichni.Menu
|
||||
return;
|
||||
}
|
||||
|
||||
if (MenuManager.instance.isEnteringGame)
|
||||
{
|
||||
if (!MenuManager.instance.TryReserveGameEntry())
|
||||
return;
|
||||
}
|
||||
|
||||
MenuManager.instance.isEnteringGame = true;
|
||||
|
||||
InformationTransistor.instance.SetInformation(
|
||||
ChapterSelectionManager.instance.currentChapter,
|
||||
@@ -78,11 +71,7 @@ namespace Ichni.Menu
|
||||
SongSelectionManager.instance.StopPreviewSong();
|
||||
|
||||
MenuManager.instance.transitionUIPage.FadeIn();
|
||||
|
||||
Observable.Timer(TimeSpan.FromSeconds(0.6f)).Subscribe(_ =>
|
||||
{
|
||||
MenuManager.instance.EnterGame();
|
||||
});
|
||||
MenuManager.instance.ScheduleCurrentGameSceneLoad();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user