UNPKG

phaser4-rex-plugins

Version:
12 lines (9 loc) 264 B
var SetMaxFixedPartScale = function (scaleX, scaleY) { if (scaleY === undefined) { scaleY = scaleX; } this.maxFixedPartScaleX = scaleX; this.maxFixedPartScaleY = scaleY; return this; }; export default SetMaxFixedPartScale;