UNPKG

@petkoneo/phaser3-rex-plugins

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