UNPKG

phaser4-rex-plugins

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