summaryrefslogtreecommitdiff
path: root/scripts/messages
diff options
context:
space:
mode:
authorMatthew Breindel (Falcon) <falcon@lindenlab.com>2010-07-09 17:47:58 -0700
committerMatthew Breindel (Falcon) <falcon@lindenlab.com>2010-07-09 17:47:58 -0700
commit3733337011c781b6dabe978181d8ae4c5c96188b (patch)
tree91cda565eda0dd492ce2709ce454b7f9dfa74542 /scripts/messages
parent2530b057bb18550ed2825c14988a807ab90d460f (diff)
Gravity, Friction, Restitution, Density now work with simulator.
Diffstat (limited to 'scripts/messages')
-rw-r--r--scripts/messages/message_template.msg10
1 files changed, 5 insertions, 5 deletions
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 }
+
}
}