void TitleScreen::LoadContent()
{
	font = al_load_font("arial.ttf", 30, NULL);
	menu.LoadContent("Title");
}