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: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,6 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
385
385
* Group.addAt has been refactored to be a simple call to `Group.add`, removing lots of duplicate code in the process.
386
386
* Group.create has a new optional argument `index` which controls the index within the group to insert the child to. Where 0 is the bottom of the Group. It also now makes proper use of `Group.add`, cutting down on more duplicate code.
387
387
* Group.createMultiple now returns an Array containing references to all of the children that the method created.
388
-
* Keyboard now uses a new internal method `getKeyCode` to normalize the key code value based on browser support. It first checks for `event.key`, then `event.keyIdentifier` and finally `event.keyCode` (thanks @SVasilev#2542)
0 commit comments