Spaces:
Running
Running
Update game.js
Browse files
game.js
CHANGED
|
@@ -1860,7 +1860,7 @@ class Game {
|
|
| 1860 |
this.engineStopSound.pause();
|
| 1861 |
this.engineStopSound = null;
|
| 1862 |
}
|
| 1863 |
-
const stopSound = new Audio('sounds/
|
| 1864 |
stopSound.play();
|
| 1865 |
}
|
| 1866 |
|
|
|
|
| 1860 |
this.engineStopSound.pause();
|
| 1861 |
this.engineStopSound = null;
|
| 1862 |
}
|
| 1863 |
+
const stopSound = new Audio('sounds/enginestop.ogg');
|
| 1864 |
stopSound.play();
|
| 1865 |
}
|
| 1866 |
|