mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Update phaser.d.ts
Missing json() method on Phaser.Loader.
This commit is contained in:
parent
159426c6fa
commit
375da5db14
1 changed files with 1 additions and 0 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue