Skip to main content

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)