public MainMenu() {
splashText = new GenericLabel(getSplashText());
updateBackgrounds();
Holiday holiday = Resources.getHoliday();
if (holiday != null) {
splashText.setText(holiday.getSplash());
}
// Randomize background order
Random rand = new Random();
// Randomize by swapping the first background with a random background in the list