mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-19 01:25: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[] = {
|
const char* conkerCharacterNames[] = {
|
||||||
"Conker",
|
"Conker",
|
||||||
"",
|
"Cash/Money",
|
||||||
"",
|
"",
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -14,13 +14,17 @@ bool conkerCharacterGenders[] = {
|
|||||||
|
|
||||||
const char* conkerCharacterFileNamesSpring[] = {
|
const char* conkerCharacterFileNamesSpring[] = {
|
||||||
"conker_Conker",
|
"conker_Conker",
|
||||||
|
"conker_Cash",
|
||||||
};
|
};
|
||||||
const char* conkerCharacterFileNamesSummer[] = {
|
const char* conkerCharacterFileNamesSummer[] = {
|
||||||
"conker_Conker",
|
"conker_Conker",
|
||||||
|
"conker_Cash",
|
||||||
};
|
};
|
||||||
const char* conkerCharacterFileNamesFall[] = {
|
const char* conkerCharacterFileNamesFall[] = {
|
||||||
"conker_Conker",
|
"conker_Conker",
|
||||||
|
"conker_Cash",
|
||||||
};
|
};
|
||||||
const char* conkerCharacterFileNamesWinter[] = {
|
const char* conkerCharacterFileNamesWinter[] = {
|
||||||
"conker_Conker",
|
"conker_Conker",
|
||||||
|
"conker_Cash",
|
||||||
};
|
};
|
@ -79,7 +79,7 @@ void PhotoStudio::getMaxChars() {
|
|||||||
} else if (charPageOrder[highlightedGame] == 9) {
|
} else if (charPageOrder[highlightedGame] == 9) {
|
||||||
import_totalCharacters = 0;
|
import_totalCharacters = 0;
|
||||||
} else if (charPageOrder[highlightedGame] == 8) {
|
} else if (charPageOrder[highlightedGame] == 8) {
|
||||||
import_totalCharacters = 0;
|
import_totalCharacters = 1;
|
||||||
} else if (charPageOrder[highlightedGame] == 7) {
|
} else if (charPageOrder[highlightedGame] == 7) {
|
||||||
import_totalCharacters = 1;
|
import_totalCharacters = 1;
|
||||||
} else if (charPageOrder[highlightedGame] == 6) {
|
} else if (charPageOrder[highlightedGame] == 6) {
|
||||||
|
Loading…
Reference in New Issue
Block a user