19 lines
191 B
Plaintext
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()
|
|
|
|
};
|
|
|
|
|
|
|