This commit is contained in:
xinkl
2025-11-09 14:23:43 +08:00
parent ad313b41cd
commit ad7cddbc3f
25 changed files with 1896 additions and 567 deletions

View File

@@ -22,7 +22,7 @@ public class GameFlowMgr : Singleton<GameFlowMgr>
{
throw new System.Exception("请选择关卡");
}
SceneLoader.instance?.LoadScene(levelData.levels[levelData.currentLevelIndex].sceneName);
StageSelector.EnterStage(levelData.levels[levelData.currentLevelIndex].sceneName);
}
public void completeLevel(int index)
{