Added ContactMaterial support.

This commit is contained in:
photonstorm
2014-02-18 15:28:42 +00:00
parent 3d0b5bde75
commit 15be3f86f3
4 changed files with 87 additions and 0 deletions
+1
View File
@@ -185,6 +185,7 @@
<script src="$path/src/physics/Body.js"></script>
<script src="$path/src/physics/Spring.js"></script>
<script src="$path/src/physics/Material.js"></script>
<script src="$path/src/physics/ContactMaterial.js"></script>
<script src="$path/src/particles/Particles.js"></script>
<script src="$path/src/particles/arcade/ArcadeParticles.js"></script>