UNPKG

phaser4-rex-plugins

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