Add Spaceship and Phoebe catpack

This commit is contained in:
Evan Goode 2024-11-23 16:32:40 -05:00 committed by Luna
parent d08118b05a
commit a1537bf42d
6 changed files with 7 additions and 2 deletions

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

View File

@ -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)));
}