UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 283 B
import AddColorMatrixEffectPropertiesBase from './AddColorMatrixEffectPropertiesBase.js'; var AddBlackWhiteProperties = function (gameObject) { AddColorMatrixEffectPropertiesBase(gameObject, 'blackWhite'); return gameObject; } export default AddBlackWhiteProperties;