UNPKG

phaser4-rex-plugins

Version:
14 lines (13 loc) 283 B
export default { setVHSEnable(enable) { if (enable === undefined) { enable = true; } this.vhsEnable = enable; return this; }, setVhsStrength(value) { this.vhsStrength = value; return this; }, }