UNPKG

phaser4-rex-plugins

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