lower beat hit volume to 0.25
This commit is contained in:
@@ -4,7 +4,7 @@ var sourceCreatedCallback;
|
||||
const LAYER_BOTTOM = 'bottom';
|
||||
const LAYER_MIDDLE = 'middle';
|
||||
const LAYER_TOP = 'top';
|
||||
const VOLUME = 0.5;
|
||||
const VOLUME = 0.25;
|
||||
|
||||
// Allows for modifying detune. PR has been sent to three.js.
|
||||
THREE.Audio.prototype.play = function () {
|
||||
|
||||
Reference in New Issue
Block a user