UNPKG

@petkoneo/phaser3-rex-plugins

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