mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #834 from WillHuxtable/dev
getText returns a string, not an Object.
This commit is contained in:
commit
2edcd1f7a6
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…
Add table
Reference in a new issue