UNPKG

@phaserjs/phaser

Version:
4 lines 280 B
import { IFrameConfig } from '../IFrameConfig'; import { Texture } from '../Texture'; export declare function SpriteSheetParser(texture: Texture, x: number, y: number, width: number, height: number, frameConfig: IFrameConfig): void; //# sourceMappingURL=SpriteSheetParser.d.ts.map