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
If you'd like to try coding in Phaser right now, with nothing more than your web browser then you can head over to the [Phaser Sandbox](http://phaser.io/sandbox). You'll find Quick Start templates and a user-friendly editor filled with handy code-completion features.
@@ -244,13 +248,16 @@ Version 2.3.1 - "Katar" - in dev
244
248
245
249
### Updates
246
250
251
+
* TypeScript definitions fixes and updates (thanks @clark-stevenson@isuda)
247
252
* Added missing `resumed` method to Phaser.State class template.
248
253
249
254
### Bug Fixes
250
255
251
256
* The LoadTexture component has had a redundant `dirty` call removed from it.
252
257
* TileSprites were missing a `physicsType` property, causing them to not collide with anything (thanks @numbofathma#1702)
253
258
* Sprite was missing the Health and InCamera components.
259
+
* A Tween could be incorrectly set to never end if it was given a duration of zero (thanks @hardalias#1710)
260
+
* Added guards around `context.getImageData` calls in BitmapData, Text and Canvas Tinting classes to avoid crashing restricted browsers like Epic Browser. Please understand that several Phaser features won't work correctly with this browser (thanks @Erik3000#1714)
254
261
255
262
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments