File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments