From 3733337011c781b6dabe978181d8ae4c5c96188b Mon Sep 17 00:00:00 2001 From: "Matthew Breindel (Falcon)" Date: Fri, 9 Jul 2010 17:47:58 -0700 Subject: Gravity, Friction, Restitution, Density now work with simulator. --- scripts/messages/message_template.msg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/messages') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 8cfd3c5ce6..1dd9b5c2b2 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2064,11 +2064,11 @@ version 2.0 { ExtraPhysics Variable { PhysicsShapeType U8 } - { PhysicsGravity F32 } - { PhysicsMaterialOverride BOOL } - { PhysicsFriction F32 } - { PhysicsDensity F32 } - { PhysicsRestitution F32 } + { Density F32 } + { Friction F32 } + { Restitution F32 } + { GravityMultiplier F32 } + } } -- cgit v1.2.3