UNPKG

@petkoneo/phaser3-rex-plugins

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