UNPKG

phaser4-rex-plugins

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