Skip to content

Commit

Permalink
3.17 Release TS Defs
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed May 10, 2019
1 parent 5c60bb7 commit 9ed98e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions types/phaser.d.ts
Expand Up @@ -32108,7 +32108,7 @@ declare namespace Phaser {
* Calculates the ascent, descent and fontSize of a given font style.
* @param textStyle The TextStyle object to measure.
*/
static MeasureText(textStyle: Phaser.GameObjects.TextStyle): object;
static MeasureText(textStyle: Phaser.GameObjects.TextStyle): Phaser.Types.GameObjects.Text.TextMetrics;

/**
* The renderer in use by this Text object.
Expand Down Expand Up @@ -52015,11 +52015,11 @@ declare namespace Phaser {
/**
* The physics configuration object for the Scene.
*/
physics?: object;
physics?: Phaser.Types.Core.PhysicsConfig;
/**
* The loader configuration object for the Scene.
*/
loader?: object;
loader?: Phaser.Types.Core.LoaderConfig;
/**
* The plugin configuration object for the Scene.
*/
Expand Down Expand Up @@ -52082,11 +52082,11 @@ declare namespace Phaser {
/**
* The physics configuration object for the Scene.
*/
physics: object;
physics: Phaser.Types.Core.PhysicsConfig;
/**
* The loader configuration object for the Scene.
*/
loader: object;
loader: Phaser.Types.Core.LoaderConfig;
/**
* The plugin configuration object for the Scene.
*/
Expand Down

0 comments on commit 9ed98e9

Please sign in to comment.