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: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ Bug Fixes:
100
100
* Added TimerEvent.pendingDelete and checks in Timer.update, so that removing an event in a callback no longer throws an exception (thanks georgiee)
101
101
* Fixed TypeScript defs on lines 1741-1748 (thanks wombatbuddy)
102
102
* Previously if you used Sprite.crop() it would crop all Sprites using the same base image. It now takes a local copy of the texture data and crops just that.
103
+
* Tilemap had the wrong @method signatures so most were missing from the docs.
103
104
104
105
105
106
You can view the Change Log for all previous versions at https://github.com/photonstorm/phaser/changelog.md
0 commit comments