UNPKG

@petkoneo/phaser3-rex-plugins

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