Exemple #1
0
    //-----------------------------------------------------------
    //--- Gaming ---
    //-----------------------------------------------------------
    //public void Restart(){
    //	MoveState(GAME_STATE.Gaming);
    //}

    public void pInGaming()
    {
        uiSceneInfo.SetActive2(false);
        uiResult.SetActive2(false);

        //Sound plays Main Theme.
        //SoundManager.ins.Play ("Main theme", true);

        //user info initiaize
        player.InitFirst();
        player.EnableController();

        //Spawner Setting...
        //EnemySpawner.ins.EnableControl (0, player.transform);
    }