cutechicken commited on
Commit
0584ea6
·
verified ·
1 Parent(s): 5e187aa

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 1.0;
908
  firstSound.play();
909
  this.hasPlayedSound = true;
910
  }
911
 
912
  if (!isCountingDown) {
913
  const shootSound = new Audio('bf109mgse.ogg');
914
- shootSound.volume = 0.5;
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