public static void DrawTextCentered(this SpriteBatch batch, FontRenderer fontRenderer, string text, Rectangle borders, Color color) { fontRenderer.DrawTextCentered(batch, text, borders, color); }