diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/messages/message_template.msg | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 77dc940335..dde0f5bcfa 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2061,6 +2061,15 @@ version 2.0  		{	IsPhantom		BOOL	}  		{	CastsShadows	BOOL	}  	} +    { +		ExtraPhysics        Variable +		{   PhysicsShapeType U8     } +        {   Density          F32    } +        {   Friction         F32    } +        {   Restitution      F32    } +        {   GravityMultiplier    F32    } + +	}  } | 
