Skip to content

Commit f895dab

Browse files
committed
Update CHANGELOG.md
1 parent 427019a commit f895dab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Notes:
2929
* The internal method `SeparateTile` now has a new argument `isLayer` which controls if the set comes from a layer or an array.
3030
* The internal method `TileCheckX` now has a new argument `isLayer` which controls if the set comes from a layer or an array.
3131
* The internal method `TileCheckY` now has a new argument `isLayer` which controls if the set comes from a layer or an array.
32+
* `Body.isMoving` has been removed as it was never used internally.
33+
* `Body.stopVelocityOnCollide` has been removed as it was never used internally.
34+
* `Body.overlapX` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
35+
* `Body.overlapY` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
36+
* `Body.overlapR` has been removed as it was never used internally.
37+
* `StaticBody.overlapX` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
38+
* `StaticBody.overlapY` has been removed as it was never used internally. It's now available in a `CollisionInfo` object.
3239

3340
#### Bug Fixes
3441

0 commit comments

Comments
 (0)