UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 262 B
import FullWindowRectangle from './FullWindowRectangle.js'; export default function (fillColor, fillAlpha) { var gameObject = new FullWindowRectangle(this.scene, fillColor, fillAlpha); this.scene.add.existing(gameObject); return gameObject; };