UNPKG

phaser4-rex-plugins

Version:
17 lines (14 loc) 352 B
export default { setBoxSize(size) { this.dirty = this.dirty || (this.boxSize !== size); this.boxSize = size; return this; }, setCheckerSize(size) { this.dirty = this.dirty || (this.checkerSize !== size); this.checkerSize = size; return this; } }