phaser/src/physics/arcade
2018-08-01 18:01:36 +01:00
..
components Body.useDamping is a new boolean property that allows you to use a damping effect for drag, rather than the default linear deceleration. 2018-06-03 17:08:08 +01:00
tilemap Fix blocked.none after separation 2018-06-19 14:48:07 -07:00
ArcadeImage.js Fix multiple types on Physics, Texture and Input 2018-03-20 16:10:19 +01:00
ArcadePhysics.js Fix ArcadePhysics#closest, furthest 2018-07-18 16:23:38 -07:00
ArcadeSprite.js Specify type of ArcadeSprite.body 2018-05-22 10:16:21 +08:00
Body.js Body setSize changes to fix #3863 PR 2018-07-31 09:39:22 +01:00
Collider.js Huge new ArcadeColliderType def. Fix #3714. 2018-05-31 15:52:45 +01:00
const.js Ignore consts 2018-03-30 14:38:58 +01:00
Factory.js Allow object param type for Arcade group Factory 2018-05-22 10:15:42 +08:00
GetOverlapX.js Fix blocked.none after separation 2018-06-19 14:48:07 -07:00
GetOverlapY.js Fix blocked.none after separation 2018-06-19 14:48:07 -07:00
index.js Add callbacks on Physics 2018-03-19 21:42:07 +01:00
PhysicsGroup.js Fixed Group creation arguments 2018-08-01 18:01:36 +01:00
SeparateX.js Added jsdocs 2018-02-12 16:01:21 +00:00
SeparateY.js Added jsdocs 2018-02-12 16:01:21 +00:00
StaticBody.js Body setSize changes to fix #3863 PR 2018-07-31 09:39:22 +01:00
StaticPhysicsGroup.js Fixed Group creation arguments 2018-08-01 18:01:36 +01:00
World.js Added missing check 2018-06-08 00:22:58 +01:00