mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fix type of Tilemap.foreach callback
This commit is contained in:
parent
aac4ff2226
commit
8d88e08115
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -4275,7 +4275,7 @@ declare module Phaser {
|
|||
destroy(): void;
|
||||
dump(): void;
|
||||
fill(index: number, x: number, y: number, width: number, height: number, layer?: any): void;
|
||||
forEach(callback: number, context: any, x: number, y: Number, width: number, height: number, layer?: any): void;
|
||||
forEach(callback: Function, context: any, x: number, y: Number, width: number, height: number, layer?: any): void;
|
||||
getImageIndex(name: string): number;
|
||||
getIndex(location: any[], name: string): number;
|
||||
getLayer(layer: any): number;
|
||||
|
|
Loading…
Add table
Reference in a new issue