You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,11 @@ Version 1.0.6 (in progress)
46
46
* New: When loading a Sprite Sheet you can now pass negative values for the frame sizes which specifies the number of rows/columns to load instead (thanks TheJare)
47
47
* New: BitmapText now supports anchor and has fixed box dimensions (thanks TheJare)
48
48
* Fixed bug where if a State contains an empty Preloader the Update will not be called (thanks TheJare)
49
+
* Added World.postUpdate - all sprite position changes, as a result of physics, happen here before the render.
50
+
* Complete overhaul of Physics.Arcade.Body - now significantly more stable and faster too.
51
+
* Updated ArcadePhysics.separateX/Y to use new body system - much better results now.
52
+
* QuadTree bug found in 1.0.5 now fixed. The QuadTree is updated properly now using worldTransform values.
53
+
* Several new examples added (cameras, tweens, etc)
0 commit comments