public void CreateFloor()
    {
        map = FindObjectOfType <BattleGrid>();

        map.GenerateFirstLevel();
    }