PointProxy added to allow for easy setting of force and velocity. More p2 tests done. World update done.

This commit is contained in:
photonstorm
2014-02-10 22:54:56 +00:00
parent 2de934756c
commit 1184d8bd76
8 changed files with 456 additions and 47 deletions
+1
View File
@@ -179,6 +179,7 @@
<script src="$path/src/utils/Color.js"></script>
<script src="$path/src/physics/World.js"></script>
<script src="$path/src/physics/PointProxy.js"></script>
<script src="$path/src/physics/Body.js"></script>
<script src="$path/src/particles/Particles.js"></script>