phaser/src/physics/arcade
Richard Davey ce2dbb7095
Merge pull request #4873 from samme/feature/group-type
Add `type` for Group, Arcade.Group, Arcade.StaticGroup
2019-11-20 21:54:10 +00:00
..
components License link update 2019-05-10 16:15:04 +01:00
events Arcade.Events.WORLD_STEP is a new event you can listen to. It is emitted by the Arcade Physics World every time the world steps once. It is emitted _after_ the bodies and colliders have been updated. Fix #4289 2019-06-19 15:41:45 +01:00
tilemap Prevent objects from sinking into tilemaps at low frame rates. 2019-08-29 10:06:10 +12:00
typedefs Added the new customBoundsRectangle config properties 2019-10-02 16:03:52 +01:00
ArcadeImage.js License link update 2019-05-10 16:15:04 +01:00
ArcadePhysics.js Add targets argument to closest(), furthest() 2019-11-13 09:56:37 -08:00
ArcadeSprite.js License link update 2019-05-10 16:15:04 +01:00
Body.js Tidy-up the customBoundsRectangle changes 2019-10-02 16:03:36 +01:00
Collider.js License link update 2019-05-10 16:15:04 +01:00
const.js License link update 2019-05-10 16:15:04 +01:00
Factory.js License link update 2019-05-10 16:15:04 +01:00
GetOverlapX.js License link update 2019-05-10 16:15:04 +01:00
GetOverlapY.js License link update 2019-05-10 16:15:04 +01:00
index.js License link update 2019-05-10 16:15:04 +01:00
PhysicsGroup.js Add type for Group, PhysicsGroup, StaticPhysicsGroup 2019-11-20 11:53:38 -08:00
SeparateX.js License link update 2019-05-10 16:15:04 +01:00
SeparateY.js License link update 2019-05-10 16:15:04 +01:00
StaticBody.js Change arguments to StaticBody#setSize 2019-06-12 10:59:07 -07:00
StaticPhysicsGroup.js Add type for Group, PhysicsGroup, StaticPhysicsGroup 2019-11-20 11:53:38 -08:00
World.js Formatting tweak 2019-10-01 13:29:05 +01:00