Skip to content

Commit 2049ce0

Browse files
committed
paper crumple sound local now to remove extra bit at the end of the sound effect that I didn't like.
1 parent e9fda83 commit 2049ce0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

objectEditMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export function initializeObjectEditMenu(scene, camera, renderer, animationManag
299299
renderer.render(scene, camera);
300300
hideContextMenu();
301301
//add paper crumpling sound
302-
const audio = new Audio('https://www.soundjay.com/misc/sounds/paper-throw-1.mp3');
302+
const audio = new Audio('./paper-crumple.mp3');
303303
audio.volume = 0.5; // Set volume to 50%
304304
//start audio .2 seconds in
305305
audio.currentTime = 0.2; // Start audio at 0.2 seconds

paper-crumple.mp3

18.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)