Skip to content

Commit b9791ce

Browse files
committed
Changed return type of getPhysicsData to Object[]
1 parent 56d1cef commit b9791ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ declare module Phaser {
13211321
getImage(key: string): Object;
13221322
getJSON(key: string): Object;
13231323
getKeys(array: string[]): string[];
1324-
getPhysicsData(key: string, object?: string, fixtureKey?: string): Object;
1324+
getPhysicsData(key: string, object?: string, fixtureKey?: string): Object[];
13251325
getSound(key: string): Phaser.Sound;
13261326
getSoundData(key: string): Object;
13271327
getText(key: string): string;

0 commit comments

Comments
 (0)