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
Input.getPointerFromIdentifier docs update to reflect where the identifier comes from. Pointer properties now set to give it fixed defaults (thanks @JirkaDellOro, phaserjs#793)
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ Version 2.0.5 - "Tanchico" - in development
59
59
60
60
### Updates
61
61
62
+
* TypeScript definitions fixes and updates (thanks @luispedrofonseca@clark-stevenson)
63
+
* Input.getPointerFromIdentifier docs update to reflect where the identifier comes from. Pointer properties now set to give it fixed defaults (thanks @JirkaDellOro, #793)
64
+
62
65
63
66
64
67
### New Features
@@ -74,6 +77,8 @@ Version 2.0.5 - "Tanchico" - in development
74
77
* Moved the this._reversed flag outside of the property loop in Tween (as per tween.js issue 115)
75
78
* Emitter.makeParticles updated to use Array.isArray() check on the key/frame values, so non-string objects can be passed in (thanks @AnderbergE, fix #786)
76
79
* Tilemap.createFromObjects will now force the creation of the property again even if it doesn't exist (regression fix from 2.0.4)
80
+
* Phaser.Line.intersectsPoints fixed by properly checking the boundaries (thanks @woutercommandeur, fix #790)
0 commit comments