mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +00:00
Add GTOP sprite definition
🥹
This commit is contained in:
parent
8811e66409
commit
89641f5ff4
2 changed files with 2 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ char sprnames[NUMSPRITES + 1][5] =
|
|||
"FLMP", // Flame Shield paper sprites
|
||||
"FLML", // Flame Shield speed lines
|
||||
"FLMF", // Flame Shield flash
|
||||
"GTOP", // Marble Garden Zone Spinning Top
|
||||
"HYUU", // Hyudoro
|
||||
"GRWP", // Grow
|
||||
"POHB", // Shrink Poh-Bee
|
||||
|
|
|
|||
|
|
@ -1119,6 +1119,7 @@ typedef enum sprite
|
|||
SPR_FLMP, // Flame Shield paper sprites
|
||||
SPR_FLML, // Flame Shield speed lines
|
||||
SPR_FLMF, // Flame Shield flash
|
||||
SPR_GTOP, // Marble Garden Zone Spinning Top
|
||||
SPR_HYUU, // Hyudoro
|
||||
SPR_GRWP, // Grow
|
||||
SPR_POHB, // Shrink Poh-Bee
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue