UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 299 B
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;