mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
Add Tails from *Sonic the Hedgehog* series
This commit is contained in:
parent
225a322f52
commit
f5dce74421
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 |
4
3ds/assets/gfx_chars/sth_Tails.t3s
Normal file
4
3ds/assets/gfx_chars/sth_Tails.t3s
Normal 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"
|
BIN
nds/nitrofiles/graphics/char/sth_Tails.png
Normal file
BIN
nds/nitrofiles/graphics/char/sth_Tails.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
@ -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:
|
||||
|
@ -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",
|
||||
};
|
Loading…
Reference in New Issue
Block a user