temp
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user