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

19 lines
191 B
Plaintext

extern Gfx gfx_key[];
Hierarchy RCP_HmsKey[] = {
hmsShadow(80, 150, 1)
hmsBegin()
hmsScale(0.25f)
hmsBegin()
hmsGfx(RM_SURF, gfx_key)
hmsEnd()
hmsEnd()
hmsExit()
};