diff --git a/launcher/resources/backgrounds/backgrounds.qrc b/launcher/resources/backgrounds/backgrounds.qrc index 43325d14..c65082a2 100644 --- a/launcher/resources/backgrounds/backgrounds.qrc +++ b/launcher/resources/backgrounds/backgrounds.qrc @@ -1,9 +1,9 @@ - Polly.png - PollyChristmas.png - PollyParty.png + kitteh.png + kitteh-xmas.png + kitteh-bday.png kitteh-spooky.png rory.png rory-xmas.png @@ -25,5 +25,8 @@ teawie-spooky.png + polly.png + polly-xmas.png + polly-bday.png diff --git a/launcher/ui/widgets/ThemeCustomizationWidget.h b/launcher/ui/widgets/ThemeCustomizationWidget.h index d955a266..8367db56 100644 --- a/launcher/ui/widgets/ThemeCustomizationWidget.h +++ b/launcher/ui/widgets/ThemeCustomizationWidget.h @@ -72,6 +72,7 @@ class ThemeCustomizationWidget : public QWidget { { "kitteh", QObject::tr("Background Cat (from MultiMC)") }, { "rory", QObject::tr("Rory ID 11 (drawn by Ashtaka)") }, { "rory-flat", QObject::tr("Rory ID 11 (flat edition, drawn by Ashtaka)") }, - { "teawie", QObject::tr("Teawie (drawn by SympathyTea)") } + { "teawie", QObject::tr("Teawie (drawn by SympathyTea)") }, + { "polly", QObject::tr("Polly the Parrot (drawn by anoraktrend)") } }; };