void TitleScreen::UnloadContent()
{
	GameScreen::UnloadContent();
	al_destroy_font(font);
	menu.UnloadContent();
}