UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 289 B
import CreateBackground from '../../utils/build/CreateBackground.js'; import Merge from '../../../../plugins/utils/object/Merge.js'; var CreateSeparator = function (scene, config, style) { return CreateBackground(scene, Merge(config, style)); } export default CreateSeparator;