Beispiel #1
0
    private IEnumerator TestInitGame()
    {
        yield return(new WaitForSeconds(1.0f));

        PuzzlePresentationController.InitialPopulateBoard();
        Debug.Log("Found possible matches: " + PresentationMatchChecker.Instance.PossibleMoves.Count);

        //	PuzzleBoardController.InitialPopulateBoard();
        //	yield return new WaitForSeconds(0.1f);
        //	PuzzlePresentationController.PopulateGrid(PuzzleBoardController.PuzzleBoard);
    }