Skip to content

Commit a85e628

Browse files
committed
All of the Arcade Physics Components are now available directly under the Phaser.Physics.Arcade.Components namespace. Fix phaserjs#4440
1 parent f895dab commit a85e628

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Notes:
3636
* `Body.overlapR` has been removed as it was never used internally.
3737
* `StaticBody.overlapX` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
3838
* `StaticBody.overlapY` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
39+
* All of the Arcade Physics Components are now available directly under the `Phaser.Physics.Arcade.Components` namespace. Fix #4440 (thanks @jackfreak)
3940

4041
#### Bug Fixes
4142

src/physics/arcade/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var Arcade = {
2323
ArcadePhysics: require('./ArcadePhysics'),
2424
Body: require('./Body'),
2525
Collider: require('./Collider'),
26+
Components: require('./components'),
2627
Factory: require('./Factory'),
2728
Group: require('./PhysicsGroup'),
2829
Image: require('./ArcadeImage'),

0 commit comments

Comments
 (0)