Update phaser.d.ts

Fix incorrect Loader.checkKeyExists declaration
This commit is contained in:
qdrj 2014-01-31 04:53:19 -08:00
parent 27fc447928
commit e5dc16b68d

2
build/phaser.d.ts vendored
View file

@ -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<any>): void;
image(key: string, url: string, overwrite?: boolean): void;