Skip to content
Snippets Groups Projects
Commit 0cf4e9f4 authored by Mad's avatar Mad
Browse files

motor_types re-refixed

Added motor descriptor to Prismatic constraint.
parent 14ef06db
No related branches found
No related tags found
No related merge requests found
...@@ -1798,7 +1798,7 @@ ...@@ -1798,7 +1798,7 @@
<add name="Max Distance" type="float">Describe the max distance the object is able to travel.</add> <add name="Max Distance" type="float">Describe the max distance the object is able to travel.</add>
<add name="Friction" type="float" >Friction.</add> <add name="Friction" type="float" >Friction.</add>
<add name="Unknown Byte 1" type="byte" ver1="20.2.0.7" default="0">Unknown. Do not set this to anything over 0 as it will crash the game.</add> <add name="Motor" type="MotorDescriptor" ver1="20.2.0.7" vercond="User Version 2 &gt; 16" />
</compound> </compound>
<compound name="StiffSpringDescriptor"> <compound name="StiffSpringDescriptor">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment