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
Sprite.frame and AnimationManager.frame wouldn't return the correct index if a sprite sheet was being used unless it had first been set via the setter.
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
@@ -64,9 +64,12 @@ Version 2.3.0 - "Tarabon" - in dev
64
64
65
65
### Updates
66
66
67
+
* TypeScript definitions fixes and updates (thanks @clark-stevenson@TimvdEijnden)
68
+
67
69
### Bug Fixes
68
70
69
71
* SoundManager.unlock checks for audio `start` support and falls back to `noteOn` if not found.
72
+
* Sprite.frame and AnimationManager.frame wouldn't return the correct index if a sprite sheet was being used unless it had first been set via the setter.
70
73
71
74
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments