mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
26 lines
272 B
C
26 lines
272 B
C
const char* import_ss3BgNames[] {
|
|
"White",
|
|
"Yellow",
|
|
"Blue",
|
|
"Tropica Beach",
|
|
"Primrose Park",
|
|
"Cafetiere Close",
|
|
"Maple Crescent",
|
|
"Bougainville",
|
|
"Lover's Bell",
|
|
"Live Music Club",
|
|
};
|
|
|
|
int import_ss3BgNums[] {
|
|
16,
|
|
17,
|
|
0,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
2,
|
|
1,
|
|
51,
|
|
};
|