UNPKG

@petkoneo/phaser3-rex-plugins

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