Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
yourarcade committed Nov 10, 2016
1 parent 92fa2c1 commit 69e7fe4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Vehicle.md
Expand Up @@ -10,7 +10,8 @@
<li>emit black smoke particles from two locations on the Vehicle when damaged above 85%</li>
<li>emit bubbles when any active damage emitter point is underwater</li>
</ul>
<code>

<pre>
// damage from collisions
collDamageMultiplier = 0.05;
collDamageThresholdVel = 15;
Expand All @@ -27,7 +28,7 @@
damageEmitterOffset[0] = \"0.5 3 1\";
damageEmitterOffset[1] = \"-0.5 3 1\";
numDmgEmitterAreas = 2;
</code>
</pre>

<h3>VehicleData console fields</h3>

Expand Down

0 comments on commit 69e7fe4

Please sign in to comment.