Exemplo n.º 1
0
        private void Awake()
        {
            LoadClearedStageCount();
            PhysicsCaster.Init();

            SelectedStage = Mathf.Min(clearedStageCount, StageMax - 1);
            if (SelectedStage == StageMax - 1)
            {
                SelectedStage = 0;
            }
        }