interface AmbientSoundEffect {
    intensity: number;
    type: string;
}

Properties

Properties

intensity: number

The intensity of the effect on the scale of [1, 10]

type: string

The type of effect in CONFIG.soundEffects