void MarkCurrentNodeWithColor()
    {
        Vector2Int holder = current.GetPos();

        MapDataController.terrainSprites[holder.x, holder.y].color = Color.cyan;
    }