mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
Add the cash character from Conker's BFD/L&R
This commit is contained in:
parent
0a7ee39672
commit
a0e6d5ea7a
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
4
assets/gfx_chars/conker_Cash.t3s
Normal file
4
assets/gfx_chars/conker_Cash.t3s
Normal file
@ -0,0 +1,4 @@
|
||||
--atlas -f rgba -z auto
|
||||
"characters/Conker series/All Seasons/zoom0/Cash.png"
|
||||
"characters/Conker series/All Seasons/zoom1/Cash.png"
|
||||
"characters/Conker series/All Seasons/zoom2/Cash.png"
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* conkerCharacterNames[] = {
|
||||
"Conker",
|
||||
"",
|
||||
"Cash/Money",
|
||||
"",
|
||||
};
|
||||
|
||||
@ -14,13 +14,17 @@ bool conkerCharacterGenders[] = {
|
||||
|
||||
const char* conkerCharacterFileNamesSpring[] = {
|
||||
"conker_Conker",
|
||||
"conker_Cash",
|
||||
};
|
||||
const char* conkerCharacterFileNamesSummer[] = {
|
||||
"conker_Conker",
|
||||
"conker_Cash",
|
||||
};
|
||||
const char* conkerCharacterFileNamesFall[] = {
|
||||
"conker_Conker",
|
||||
"conker_Cash",
|
||||
};
|
||||
const char* conkerCharacterFileNamesWinter[] = {
|
||||
"conker_Conker",
|
||||
"conker_Cash",
|
||||
};
|
@ -79,7 +79,7 @@ void PhotoStudio::getMaxChars() {
|
||||
} else if (charPageOrder[highlightedGame] == 9) {
|
||||
import_totalCharacters = 0;
|
||||
} else if (charPageOrder[highlightedGame] == 8) {
|
||||
import_totalCharacters = 0;
|
||||
import_totalCharacters = 1;
|
||||
} else if (charPageOrder[highlightedGame] == 7) {
|
||||
import_totalCharacters = 1;
|
||||
} else if (charPageOrder[highlightedGame] == 6) {
|
||||
|
Loading…
Reference in New Issue
Block a user