phaser/v3/src/physics/arcade
2017-11-16 00:42:03 +00:00
..
components Body.setSize will now center the new body onto the gameobject by default (much easier to use!) 2017-11-11 03:52:23 +00:00
events Added the new Arcade Physics Events 2017-11-09 04:00:17 +00:00
inc CollideObjects now handles the total setting and returning. 2017-11-09 17:03:21 +00:00
utils Added in the Arcade Physics utils functions. 2017-11-09 15:32:42 +00:00
Arcade.js Ported over Arcade Physics into V3 and started working through the classes and functions. 2017-11-08 17:18:41 +00:00
ArcadeImage.js These objects no longer make their own bodies, it's left up to the Group or Factory classes. 2017-11-09 16:31:26 +00:00
ArcadeSprite.js These objects no longer make their own bodies, it's left up to the Group or Factory classes. 2017-11-09 16:31:26 +00:00
Body.js Condensed collide check 2017-11-13 01:04:35 +00:00
Collider.js World is now using a process queue for the colliders 2017-11-09 23:56:28 +00:00
const.js Support both Dynamic and Static Body types now. 2017-11-09 15:32:45 +00:00
Factory.js Physics Group now added to the update list properly 2017-11-16 00:42:03 +00:00
index.js Exposed Arcade Physics in the namespace 2017-11-13 01:04:45 +00:00
PhysicsGroup.js Physics Group now added to the update list properly 2017-11-16 00:42:03 +00:00
StaticBody.js Uses new debug colors and reset now re-inserts into the static tree. 2017-11-09 16:32:31 +00:00
StaticPhysicsGroup.js Added a Static Physicss Group. A Group that contains only Static Bodies. 2017-11-09 16:31:09 +00:00
World.js World is now using a process queue for the colliders 2017-11-09 23:56:28 +00:00