UNPKG

@petkoneo/phaser3-rex-plugins

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