diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 9903a784..425c820c 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -1531,7 +1531,7 @@ declare module Phaser { onLoadStart: Phaser.Signal; onLoadComplete: Phaser.Signal; setPreloadSprite(sprite: Phaser.Sprite, direction?: number): void; - checkKeyExists(key: string): boolean; + checkKeyExists(type: string, key: string): boolean; reset(): void; addToFileList(type: string, key: string, url: string, properties: Array): void; image(key: string, url: string, overwrite?: boolean): void;