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