UNPKG

@bscotch/sprite-source

Version:

Art pipeline scripting module for GameMaker sprites.

10 lines 469 B
export const MAX_FIO_RETRIES = 20; export const FIO_RETRY_DELAY = 100; export const retryOptions = { maxRetries: MAX_FIO_RETRIES, retryDelayMillis: FIO_RETRY_DELAY, }; export const spriteDestConfigFilename = 'sprites.import.json'; export const spriteCacheFilename = 'sprites.info.json'; export const jsonSchemaRemoteDir = 'https://raw.githubusercontent.com/bscotch/stitch/refs/heads/develop/packages/sprite-source/schemas'; //# sourceMappingURL=constants.js.map