14 lines
401 B
Ucode
14 lines
401 B
Ucode
//=============================================================================
|
|
// The Ball-and-Socket joint class.
|
|
//=============================================================================
|
|
|
|
#exec Texture Import File=Textures\S_KBSJoint.pcx Name=S_KBSJoint Mips=Off MASKED=1
|
|
|
|
class KBSJoint extends KConstraint
|
|
native
|
|
placeable;
|
|
|
|
defaultproperties
|
|
{
|
|
Texture=S_KBSJoint
|
|
} |