Add Tails from *Sonic the Hedgehog* series

This commit is contained in:
RocketRobz 2020-08-31 22:44:10 -06:00
parent 225a322f52
commit f5dce74421
7 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -0,0 +1,4 @@
--atlas -f rgba -z auto
"characters/Sonic the Hedgehog/All Seasons/zoom0/Tails.png"
"characters/Sonic the Hedgehog/All Seasons/zoom1/Tails.png"
"characters/Sonic the Hedgehog/All Seasons/zoom2/Tails.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -144,10 +144,10 @@ void PhotoStudio::getMaxChars() {
case 5:
import_totalCharacters = 3;
break;
case 6:
case 11:
import_totalCharacters = 0;
break;
case 6:
case 7:
case 8:
case 10:

View File

@ -2,7 +2,7 @@
const char* sthCharacterNames[] = {
"Sonic",
"", // TODO: Tails
"Tails",
"", // TODO: Knuckles
};
@ -14,13 +14,17 @@ bool sthCharacterGenders[] = {
const char* sthCharacterFileNamesSpring[] = {
"sth_Sonic",
"sth_Tails",
};
const char* sthCharacterFileNamesSummer[] = {
"sth_Sonic",
"sth_Tails",
};
const char* sthCharacterFileNamesFall[] = {
"sth_Sonic",
"sth_Tails",
};
const char* sthCharacterFileNamesWinter[] = {
"sth_Sonic",
"sth_Tails",
};