UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 280 B
import AddColorMatrixEffectPropertiesBase from './AddColorMatrixEffectPropertiesBase.js'; var AddSaturateProperties = function (gameObject) { AddColorMatrixEffectPropertiesBase(gameObject, 'saturate', 1); return gameObject; } export default AddSaturateProperties;