UNPKG

phaser4-rex-plugins

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