sm64/shape/keep/OLD/etc/ring.hms
2022-12-04 22:27:02 -05:00

23 lines
660 B
Plaintext

/**************************************************************/
/* shape data ring */
/**************************************************************/
extern Gfx RCP_ring0[];
/* ================================================================================
: Animation data of ring
=================================================================================== */
Hierarchy RCP_HmsEnemyRing[] = {
hmsScale(0.5f)
hmsBegin()
hmsJoint(RM_SURF, NULL, 0,0,0) /* chn1(1) */
hmsBegin()
hmsCProg(0, AlphaControl)
hmsJoint(RM_XSURF, RCP_ring0, 0,0,0) /* torus3(0) */
hmsEnd()
hmsEnd()
hmsExit()
};