Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Sep 14, 2023
1 parent ac61dab commit 0b6daea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SANCTUARY/giroscope.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@
darkSound.ready.disconnect(onSoundReady);
intervalID = Script.setInterval(function() {
darkSoundInjector.setOptions({
"position": giroscopePosition
"position": giroscopePosition,
"volume": DARKSOUND_VOLUME,
"pitch": 0.0625
});
}, 1000);
}
Expand Down

0 comments on commit 0b6daea

Please sign in to comment.