UNPKG

phaser3-rex-plugins-fix-chun

Version:
9 lines (6 loc) 292 B
import CreateBackground from '../../utils/build/CreateBackground.js'; var DefaultCreateBackgroundCallback = function (scene, config, createCallbackData) { var gameObject = CreateBackground(scene, config); return gameObject; } export default DefaultCreateBackgroundCallback;