Skip to content

Commit

Permalink
add pickup, drop, and motion sounds for ruler, see phetsims/gravity-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 26, 2019
1 parent 17b60eb commit 9376c63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion js/ohms-law/view/OhmsLawScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define( require => {
const WireBox = require( 'OHMS_LAW/ohms-law/view/WireBox' );

// sounds
const sliderClick = require( 'sound!OHMS_LAW/slider-click-001.mp3' );
const sliderClick = require( 'sound!TAMBO/click-001.mp3' );

// constants
const SLIDER_CLICK_LEVEL = 0.25;
Expand Down
9 changes: 0 additions & 9 deletions sounds/license.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,5 @@
"projectURL": "http://phet.colorado.edu",
"license": "contact [email protected]",
"notes": "created by Ashton Morris (PhET Interactive Simulations)"
},
"slider-click-001.mp3": {
"text": [
"Copyright 2019 University of Colorado Boulder"
],
"projectURL": "http://phet.colorado.edu",
"license": "contact [email protected]",
"notes": "created by Ashton Morris (PhET Interactive Simulations)"
}

}
Binary file removed sounds/slider-click-001.mp3
Binary file not shown.

0 comments on commit 9376c63

Please sign in to comment.