Esempio n. 1
0
    // Use this for initialization
    void Start()
    {
        //hexGrid.setUpGrid(gridWidth, gridHeight);

        if (levels.Length > nextLevel)
        {
            hexGrid.loadLevel(levels[nextLevel], spawner);
        }
    }