RemoveBackground
const noBg = new RemoveBackground(path: string)
Hide beatmap background.
- path: relative path to beatmap background
Example
const noBg = new RemoveBackground("bg.jpg")
scene.registerComponents(noBg)
const noBg = new RemoveBackground(path: string)
Hide beatmap background.
const noBg = new RemoveBackground("bg.jpg")
scene.registerComponents(noBg)