This commit is contained in:
Richard Davey 2016-08-16 21:01:41 +01:00
parent 49e40fc2d4
commit 63ce6ae6c4
2 changed files with 2 additions and 1 deletions

View file

@ -319,7 +319,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
### Updates
* TypeScript definitions fixes and updates (thanks @calvindavis)
* TypeScript definitions fixes and updates (thanks @calvindavis @AlvaroBarua)
* Docs typo fixes (thanks @rroylance @Owumaro @boniatillo-com)
* The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead.
* The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly.

View file

@ -1401,6 +1401,7 @@ declare module Phaser {
physicsConfig?: any;
seed?: string;
state?: Phaser.State;
forceSetTimeOut: boolean;
}