Skip to content

Commit

Permalink
updated rotation sound based on review, see #216
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet authored and jessegreenberg committed Apr 21, 2021
1 parent da5fc94 commit 322cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/moleculesandlight/view/MoleculesAndLightScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ define( require => {
// sounds
const breakApartSoundV2Info = require( 'sound!MOLECULES_AND_LIGHT/break-apart-v2.mp3' );
const moleculeEnergizedLoopInfo = require( 'sound!MOLECULES_AND_LIGHT/glow-loop-higher.mp3' );
const rotationSoundInfo = require( 'sound!MOLECULES_AND_LIGHT/rotation.mp3' );
const rotationSoundInfo = require( 'sound!MOLECULES_AND_LIGHT/rotate-002.mp3' );
const vibrationSoundInfo = require( 'sound!MOLECULES_AND_LIGHT/vibration.mp3' );
const microwavePhotonV1SoundInfo = require( 'sound!MOLECULES_AND_LIGHT/photon-v1-4th-interval-000.mp3' );
const infraredPhotonV1SoundInfo = require( 'sound!MOLECULES_AND_LIGHT/photon-v1-4th-interval-001.mp3' );
Expand Down

0 comments on commit 322cd69

Please sign in to comment.