protected override void LoadContent()
        {
            _spriteBatch = new SpriteBatch(GraphicsDevice);

            // TODO: use this.Content to load your game content here

            DefaultTexture = Content.Load <Texture2D>("whiteSquare");

            map.Load(Content);
            debugOverlay.Load(Content);
        }