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
The P2 World constructor wouldn't let you use your own config unless you specified both the gravity *and* broadphase. Now allows one or both (thanks @englercjphaserjs#1412)
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ Version 2.2.2 - "Alkindar" - in development
76
76
### Updates
77
77
78
78
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
79
+
* DOM.visualBounds now includes scroll bars (#1429)
80
+
* The new fixed time-step code has been more carefully linked to Pixi transform updates. This should finally put a stop to the tunneling issues that were being reported.
79
81
80
82
### Bug Fixes
81
83
@@ -94,6 +96,7 @@ Android browser does not support Full Screen.
94
96
* TilemapParser now checks for image collections, avoiding crashes. These would arise with maps exported from the new release of Tiled (thanks @paul-reilly#1440)
95
97
* Group.replace could still access `newChild.parent` after it was set to `undefined`. This unifies the approach (thanks @pnstickney#1410#1417)
96
98
* P2.postBroadphaserHandler updated to avoid skipping final 2 pairs.
99
+
* The P2 World constructor wouldn't let you use your own config unless you specified both the gravity *and* broadphase. Now allows one or both (thanks @englercj#1412)
97
100
98
101
For details about changes made in previous versions of Phaser see the full Change Log at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md
0 commit comments