public void Draw(SpriteBatch spriteBatch) { _currentLevel.Draw(spriteBatch); spriteBatch.Begin(); _currentLevel.Player.InfoBoard.Draw(spriteBatch); _pauseButton.Draw(spriteBatch); spriteBatch.End(); }