This commit is contained in:
SoulliesOfficial
2026-07-24 03:43:11 -04:00
parent 48e7364981
commit fe00ecfcc7
90 changed files with 9610 additions and 461 deletions

View File

@@ -76,7 +76,7 @@ namespace Ichni.Story
if (MenuManager.instance == null || InformationTransistor.instance == null ||
!MenuManager.instance.CanBeginGame)
{
Debug.LogWarning("[TutorialFlowController] MenuManager、InformationTransistor 或 GameScene 预加载未就绪,无法进入教程。");
Debug.LogWarning("[TutorialFlowController] MenuManager、InformationTransistor 未就绪,或菜单已经接受其它进入请求,无法进入教程。");
return false;
}