Add Spaceship and Phoebe catpack
This commit is contained in:
parent
d08118b05a
commit
a1537bf42d
@ -29,5 +29,9 @@
|
||||
<file alias="polly-xmas">polly-xmas.png</file>
|
||||
<file alias="polly-bday">polly-bday.png</file>
|
||||
<file alias="polly-spooky">polly.png</file>
|
||||
<file alias="spaceship-phoebe">spaceship-phoebe.png</file>
|
||||
<file alias="spaceship-phoebe-xmas">spaceship-phoebe-xmas.png</file>
|
||||
<file alias="spaceship-phoebe-bday">spaceship-phoebe-bday.png</file>
|
||||
<file alias="spaceship-phoebe-spooky">spaceship-phoebe-spooky.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
launcher/resources/backgrounds/spaceship-phoebe-bday.png
Normal file
BIN
launcher/resources/backgrounds/spaceship-phoebe-bday.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 KiB |
BIN
launcher/resources/backgrounds/spaceship-phoebe-spooky.png
Normal file
BIN
launcher/resources/backgrounds/spaceship-phoebe-spooky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 487 KiB |
BIN
launcher/resources/backgrounds/spaceship-phoebe-xmas.png
Normal file
BIN
launcher/resources/backgrounds/spaceship-phoebe-xmas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 428 KiB |
BIN
launcher/resources/backgrounds/spaceship-phoebe.png
Normal file
BIN
launcher/resources/backgrounds/spaceship-phoebe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 411 KiB |
@ -298,7 +298,8 @@ void ThemeManager::initializeCatPacks()
|
||||
{ "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)") },
|
||||
{ "polly", QObject::tr("Polly the Parrot (drawn by anoraktrend)") } };
|
||||
{ "polly", QObject::tr("Polly the Parrot (drawn by anoraktrend)") },
|
||||
{ "spaceship-phoebe", QObject::tr("Spaceship and Phoebe (drawn by Evan)") } };
|
||||
for (auto [id, name] : defaultCats) {
|
||||
addCatPack(std::unique_ptr<CatPack>(new BasicCatPack(id, name)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user