UNPKG

phaser4-rex-plugins

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