mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Defs update #2689
This commit is contained in:
parent
49e40fc2d4
commit
63ce6ae6c4
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -1401,6 +1401,7 @@ declare module Phaser {
|
|||
physicsConfig?: any;
|
||||
seed?: string;
|
||||
state?: Phaser.State;
|
||||
forceSetTimeOut: boolean;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue