Skip to content

Commit df16970

Browse files
committed
Readme update.
1 parent 59f7c53 commit df16970

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Version 2.1.0 - "Cairhien" - -in development-
111111
* Group.addMultiple allows you to pass an array of game objects and they'll all be added to the Group in turn.
112112
* The StateManager will now check if a State has a method called `resize`. If it does, and if the game is running in the RESIZE Scale Mode then this method will be called whenever the game resizes. It will be passed two parameters: `width` and `height` that will match the games new dimensions. Resizing can happen as a result of either the parent container changing shape, or the browser window resizing.
113113
* Rectangle.topRight returns a Point object that represents the top-right coordinate of the Rectangle.
114+
* The grunt script now builds a new version of Phaser without any physics (including Arcade Physics), Tilemaps or Particles. This build is called `phaser-no-physics.js` and works stand-alone. Please note that things like the GameObjectFactory aren't changed, so they will still try and create a Tilemap for example should you ask them to (thanks @eguneys #1172)
114115

115116
### Updates
116117

@@ -228,7 +229,7 @@ Version 2.1.0 - "Cairhien" - -in development-
228229
* EventEmitter.prototype.has can now check if any listeners were added to a given topic.
229230
* Added Utils.defaults.
230231

231-
The full Change Log is at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md
232+
For details about changes made in previous versions of Phaser see the full Change Log at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md
232233

233234
![div](http://phaser.io/images/div3.png)
234235

0 commit comments

Comments
 (0)