mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
RC3
This commit is contained in:
parent
c6534a56b6
commit
ee59425be3
2 changed files with 4 additions and 2 deletions
|
@ -458,6 +458,7 @@ For the full list of p2 additions please read [their change log](https://github.
|
|||
* PIXI.DisplayObject.updateTransform now nulls the _currentBounds property (thanks @gaufqwi #1906)
|
||||
* Improved the JSON BitmapText implementation (thanks @Feenposhleen #1912 #1837)
|
||||
* game.make.group did not setup parent correctly (thanks @mthurlin #1911)
|
||||
* Fix reference error for process in the Device class (thanks @mkristo #1922)
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
@ -10,8 +10,9 @@
|
|||
*/
|
||||
var Phaser = Phaser || {
|
||||
|
||||
VERSION: '2.4.0-RC3',
|
||||
GAMES: [],
|
||||
VERSION: '2.4.0-RC3',
|
||||
|
||||
GAMES: [],
|
||||
|
||||
AUTO: 0,
|
||||
CANVAS: 1,
|
||||
|
|
Loading…
Reference in a new issue