This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-17 16:43:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9c35dfde0c
phaser
/
src
/
physics
History
photonstorm
9c35dfde0c
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
..
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