Closed RollinSafary closed 6 years ago
All the phasers' game objects have optional argument addToScene - not required
addToScene
this.make.ninePatch(config, addToScene) requiresaddToScene`
this.make.ninePatch(config, addToScene) requires
just make it optional
this.make.ninePatch
fixed
Expected Behavior
All the phasers' game objects have optional argument
addToScene
- not requiredCurrent Behavior
this.make.ninePatch(config, addToScene) requires
addToScene`Possible Solution
just make it optional
Steps to Reproduce (for bugs)
this.make.ninePatch
Your Environment