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-18 09:03:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
768bbaaec6
phaser
/
src
/
physics
History
Richard Davey
f0034008f5
Merge pull request
#614
from georgiee/physics-phaser-exporter
...
Custom PhysicsEditor export & new p2 polygon parsing
2014-03-21 11:27:13 +00:00
..
arcade
ArcadePhysics.World.seperate will now check gravity totals to determine separation order. You can set World.forceX to true to always separate on X first and skip this check.
2014-03-21 11:22:56 +00:00
ninja
Add destroy methods to Ninja Body, AABB and Circle
2014-03-16 12:14:46 +01:00
p2
Merge pull request
#614
from georgiee/physics-phaser-exporter
2014-03-21 11:27:13 +00:00
Physics.js
ArcadePhysics.Body has a deltaMax object, which allows you to cap the delta applied to the position to +- this value.
2014-03-20 00:20:02 +00:00