This commit is contained in:
photonstorm 2015-07-21 15:19:21 +01:00
parent c6534a56b6
commit ee59425be3
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -10,8 +10,9 @@
*/
var Phaser = Phaser || {
VERSION: '2.4.0-RC3',
GAMES: [],
VERSION: '2.4.0-RC3',
GAMES: [],
AUTO: 0,
CANVAS: 1,