mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Update phaser.d.ts
Fix incorrect Loader.checkKeyExists declaration
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user