UNPKG

@petkoneo/phaser3-rex-plugins

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