UNPKG

phaser4-rex-plugins

Version:
14 lines (13 loc) 299 B
export default { setChromaticEnable(enable) { if (enable === undefined) { enable = true; } this.chromaticEnable = enable; return this; }, setChabIntensity(value) { this.chabIntensity = value; return this; }, }