@pixi-spine/base
Version:
Base of pixi-spine integration, common files for spine runtimes of different versions
26 lines (23 loc) • 515 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
};
exports.settings = settings;
//# sourceMappingURL=settings.js.map