UNPKG

@petkoneo/phaser3-rex-plugins

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