UNPKG

@koreez/phaser3-ninepatch

Version:
10 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var normalizePatchesConfig = function (config) { config.bottom = config.bottom || config.top; config.left = config.left || config.top; config.right = config.right || config.left; return config; }; exports.normalizePatchesConfig = normalizePatchesConfig; //# sourceMappingURL=IPatchesConfig.js.map