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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,6 @@ We've also removed functions and properties from Pixi classes that Phaser doesn'
153
153
* If you load an image and provide a key that was already in-use in the Cache, then the old image is now destroyed (via `Cache.removeImage`) and the new image takes its place.
154
154
* BitmapText has a new `maxWidth` property that will attempt to wrap the text if it exceeds the width specified.
155
155
* Group.cursorIndex is the index of the item the Group cursor points to. This replaces Group._cache[8].
156
-
* Stage.visibilityChange now has a second parameter `fromPhaser`. This is set to `true` by the `Stage._onChange` callback. This should mean that when Phaser is listening for `window.onblur` and `window.onfocus` events it will only trigger the visibilityChange if that event was generated by Phaser itself. If it was generated by something else on the page or iframe it should now be ignored (thanks @austinhallock#1620)
0 commit comments