UNPKG

@bscotch/sprite-source

Version:

Art pipeline scripting module for GameMaker sprites.

8 lines 515 B
import type { FileRetryOptions } from '@bscotch/pathy'; export declare const MAX_FIO_RETRIES = 20; export declare const FIO_RETRY_DELAY = 100; export declare const retryOptions: FileRetryOptions; export declare const spriteDestConfigFilename = "sprites.import.json"; export declare const spriteCacheFilename = "sprites.info.json"; export declare const jsonSchemaRemoteDir = "https://raw.githubusercontent.com/bscotch/stitch/refs/heads/develop/packages/sprite-source/schemas"; //# sourceMappingURL=constants.d.ts.map