mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
getText returns a string, not an Object.
This commit is contained in:
parent
c9656e48de
commit
6291f6de2c
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -1317,7 +1317,7 @@ declare module Phaser {
|
|||
getPhysicsData(key: string, object?: string, fixtureKey?: string): Object;
|
||||
getSound(key: string): Phaser.Sound;
|
||||
getSoundData(key: string): Object;
|
||||
getText(key: string): Object;
|
||||
getText(key: string): string;
|
||||
getTextKeys(): string[];
|
||||
getTexture(key: string): Phaser.RenderTexture;
|
||||
getTextureFrame(key: string): Phaser.Frame;
|
||||
|
|
Loading…
Reference in a new issue