Added Spring class. Fixed reason why World wasn't pre and post updating (Stage didn't have an exists property).

This commit is contained in:
photonstorm
2014-02-15 02:19:37 +00:00
parent e922bbdfd3
commit e5812710cc
10 changed files with 95 additions and 2525 deletions
+1
View File
@@ -182,6 +182,7 @@
<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/physics/Spring.js"></script>
<script src="$path/src/particles/Particles.js"></script>
<script src="$path/src/particles/arcade/ArcadeParticles.js"></script>