예제 #1
0
    public void GameStart()
    {
        gameState = GameState.GameReady;
        mainUI.StartScreenDisabled();

        currentLevelPoint = 0; //reset current level point counter

        mainUI.RecordTextSetActive(false, userPointData.RecordPoint);
        mainUI.LevelCompleteText(false);
        StartCoroutine(CounterToGivePlayerControlle());
    }