Added IciclePyramidBananas example

This commit is contained in:
David
2024-04-10 15:02:22 -04:00
parent aa3623095b
commit d1e2261ea7
13 changed files with 3920 additions and 69 deletions
+2 -4
View File
@@ -2387,8 +2387,7 @@ typedef enum AssetTextures2dEnum {
ASSET_TEX2D_MENU_ICONTTAMULET3_0,
ASSET_TEX2D_MENU_ICONTTAMULET3_1,
ASSET_TEX2D_MENU_ICONTTAMULET4_0,
ASSET_TEX2D_MENU_ICONTTAMULET4_1,
ASSET_TEX2D_COMICFANS
ASSET_TEX2D_MENU_ICONTTAMULET4_1
} AssetTextures2dEnum;
/********** ASSET_GAME_TEXT **********/
@@ -4823,8 +4822,7 @@ typedef enum AssetFontsEnum {
ASSET_FONTS_FUNFONT,
ASSET_FONTS_SMALLFONT,
ASSET_FONTS_BIGFONT,
ASSET_FONTS_SUBTITLEFONT,
ASSET_FONTS_COMICFANS
ASSET_FONTS_SUBTITLEFONT
} AssetFontsEnum;
/********** ASSET_TTGHOSTS **********/
+2 -2
View File
@@ -87,10 +87,10 @@ typedef enum RaceType {
RACETYPE_CUTSCENE_1 = 6, // Not sure what the difference between these two are.
RACETYPE_CUTSCENE_2 = 7,
RACETYPE_BOSS = 8,
RACETYPE_CHALLENGE = 64, // For masking
RACETYPE_CHALLENGE_BATTLE = 64,
RACETYPE_CHALLENGE_BANANAS = 65,
RACETYPE_CHALLENGE_EGGS = 66
RACETYPE_CHALLENGE_EGGS = 66,
RACETYPE_CHALLENGE = 0x40 // For masking
} RaceType;
typedef enum ObjectModelType {