Spaces:
Running
Running
cutechicken
commited on
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -904,14 +904,14 @@
|
|
904 |
shoot() {
|
905 |
if (!this.hasPlayedSound) {
|
906 |
const firstSound = new Audio('bf109mg.ogg');
|
907 |
-
firstSound.volume =
|
908 |
firstSound.play();
|
909 |
this.hasPlayedSound = true;
|
910 |
}
|
911 |
|
912 |
if (!isCountingDown) {
|
913 |
const shootSound = new Audio('bf109mgse.ogg');
|
914 |
-
shootSound.volume = 0.
|
915 |
shootSound.play();
|
916 |
}
|
917 |
|
|
|
904 |
shoot() {
|
905 |
if (!this.hasPlayedSound) {
|
906 |
const firstSound = new Audio('bf109mg.ogg');
|
907 |
+
firstSound.volume = 0.7;
|
908 |
firstSound.play();
|
909 |
this.hasPlayedSound = true;
|
910 |
}
|
911 |
|
912 |
if (!isCountingDown) {
|
913 |
const shootSound = new Audio('bf109mgse.ogg');
|
914 |
+
shootSound.volume = 0.3;
|
915 |
shootSound.play();
|
916 |
}
|
917 |
|