UNPKG

phaser4-rex-plugins

Version:
14 lines (13 loc) 297 B
export default { setScanlinesEnable(enable) { if (enable === undefined) { enable = true; } this.scanlinesEnable = enable; return this; }, setScanStrength(value) { this.scanStrength = value; return this; }, }