Skip to content

Commit

Permalink
changed sound names
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaq committed Feb 28, 2023
1 parent 9aa0f80 commit b6ad6a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ function preload()
jumpSound = loadSound('jump.wav');
jumpSound.setVolume(0.1);

coinSound = loadSound('Super Mario Coin Sound Effect.mp3');
coinSound = loadSound('coinSound.mp3');
coinSound.setVolume(0.1);

winSound = loadSound('Stage Win Super Mario - Sound Effect.mp3');
winSound = loadSound('win.mp3');
winSound.setVolume(0.1);

killEnemy = loadSound('Super Mario World.mp3')
killEnemy = loadSound('jumpOnEnemy.mp3')
killEnemy.setVolume(0.4);

gameSound = loadSound('oblivion.mp3')
Expand Down
File renamed without changes.

0 comments on commit b6ad6a7

Please sign in to comment.