phaser/src/physics
2014-05-27 11:22:58 +01:00
..
arcade ArcadePhysics.Body has a new boolean property enable. If false the body won't be checked for any collision or overlaps, or have its pre or post update methods called. Use this for easy toggling of physics bodies without having to destroy or re-create the Body object itself. 2014-05-27 11:22:58 +01:00
ninja Fix jshint issues in src/Phaser.js 2014-03-25 14:56:05 -07:00
p2 P2 World array reset fix. 2014-05-20 10:03:00 +01:00
Physics.js Fix jshint issues in src/Phaser.js 2014-03-25 14:56:05 -07:00