UNPKG

phaser3-rex-plugins-fix-chun

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