Adjust meow sound volume in cat-animation.js from 0.1 to 0.05 for improved audio balance.
This commit is contained in:
@@ -32,7 +32,7 @@ class Cat {
|
|||||||
this.sounds.meow = new Audio('sounds/meow.wav');
|
this.sounds.meow = new Audio('sounds/meow.wav');
|
||||||
|
|
||||||
// Set volume for each sound
|
// Set volume for each sound
|
||||||
this.sounds.meow.volume = 0.1;
|
this.sounds.meow.volume = 0.05;
|
||||||
this.sounds.paw.volume = 0;
|
this.sounds.paw.volume = 0;
|
||||||
|
|
||||||
// Add error handling for each sound
|
// Add error handling for each sound
|
||||||
|
|||||||
Reference in New Issue
Block a user