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
* BitmapData.copyPixels is now called BitmapData.copyRect and the method signature has changed.
153
153
* BitmapData.draw method signature has changed significantly.
154
154
* Phaser.Canvas.getSmoothingEnabled will return `true` if the given context has image smoothing enabled, otherwise `false`.
155
+
* Math.numberArray used to include the `max` value in the output but no longer does. Please take this into account if you use it in your code anywhere.
156
+
* Math.numberArray has been updated to now include a `step` parameter. It will create arrays of values between min/max (excluding max) with an optional step value (thanks @codevinsky#1170)
0 commit comments