UNPKG

phaser4-rex-plugins

Version:
11 lines (8 loc) 265 B
import HasWidthWrapBase from '../basesizer/HasWidthWrap.js'; var HasWidthWrap = function () { if (this.hasRatioFitChild && (this.orientation === 1)) { return true; } return HasWidthWrapBase.call(this); } export default HasWidthWrap;