phaser3-rex-plugins
Version:
9 lines (7 loc) • 323 B
JavaScript
import CreateBackground from '../../utils/build/CreateBackground.js';
import Merge from '../../../../plugins/utils/object/Merge.js';
var CreateSeparator = function (tweaker, config, style) {
var scene = tweaker.scene;
return CreateBackground(scene, Merge(config, style));
}
export default CreateSeparator;