Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.ts>Bomb

A framework for Beat Saber map scripting.
Go to Latest
class Bomb
Re-export
import { Bomb } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Constructors

new
Bomb(
time?,
x?,
y?,
)

Bomb object for ease of creation.

Properties

animate

The animation of this bomb.

flip: boolean

Specifies an initial position the bomb will spawn at before going to it's unmodified position.

json: Json
noteGravity: boolean

Whether note gravity (the effect where notes move to their vertical row from the bottom row) is enabled.

noteLook: boolean

Whether this bomb will look at the player.

spawnEffect: boolean

Whether this bomb will have a spawn effect.

Methods

import(json: Json)

Create a bomb using Json.

Apply an animation through the Animation class.

push(fake?, clone?)

Push this bomb to the difficulty.