UNPKG

phaser3-rex-plugins

Version:
8 lines (6 loc) 272 B
import CreateBackgroundBase from '../../utils/build/CreateBackground.js'; var CreateBackground = function (scene, config, style) { // TODO: Might create nine-slice as background return CreateBackgroundBase(scene, style); } export default CreateBackground;