Merge pull request #484 from Strato/patch-1

Update phaser.d.ts
This commit is contained in:
Richard Davey 2014-02-26 01:25:38 +00:00
commit 4f0c764b63

1
build/phaser.d.ts vendored
View file

@ -1267,6 +1267,7 @@ declare module Phaser {
fileError(key: number): void;
getAsset(type: string, key: string): any;
image(key: string, url: string, overwrite?: boolean): Phaser.Loader;
json(key: string, url: string): Phaser.Loader;
jsonLoadComplete(index: number): void;
removeAll(): void;
removeFile(key: string, type: string): void;