@pixi-spine/base
Version:
Base of pixi-spine integration, common files for spine runtimes of different versions
24 lines (22 loc) • 493 B
JavaScript
const settings = {
yDown: true,
/**
* pixi-spine gives option to not fail at certain parsing errors
* spine-ts fails here
*/
FAIL_ON_NON_EXISTING_SKIN: false,
/**
* past Spine.globalAutoUpdate
*/
GLOBAL_AUTO_UPDATE: true,
/**
* past Spine.globalDelayLimit
*/
GLOBAL_DELAY_LIMIT: 0,
/**
* shows error in console if atlas page loading somehow failed
*/
REPORT_TEXTURE_LOADER_ERROR: true
};
export { settings };
//# sourceMappingURL=settings.mjs.map