Skip to content

Commit 27fc447

Browse files
committed
New polygon collision object examples and Body scale fixes.
1 parent 45b6d5a commit 27fc447

28 files changed

Lines changed: 2054 additions & 1269 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Significant API changes:
7373
* Body.screenX and screenY moved to getters, no longer calculated every frame.
7474
* ArcadePhysics now has setBounds and setBoundsToWorld, and you can specify which walls are created or not (left, right, up, down)
7575
* Removed: Debug.renderSpriteTouching, Debug.renderLocalTransformInfo, Debug.renderWorldTransformInfo, Debug.renderSpriteCollision and Debug.dumpLinkedList.
76+
* Body.setSize has been removed. Please use Body.setCircle, setRectangle or setPolygon instead.
7677

7778

7879
New features:

0 commit comments

Comments
 (0)