Reduce volume
This commit is contained in:
parent
66ded0e710
commit
1223bc522c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
var catsOnMars = new Audio("/snds/cats on mars.mp3")
|
||||
var whipLash = new Audio("/snds/johnny-test-whip-crack.mp3")
|
||||
catsOnMars.loop = true
|
||||
catsOnMars.volume = 0.25
|
||||
whipLash.volume = 0.25
|
||||
|
||||
var sock
|
||||
|
||||
|
|
Loading…
Reference in a new issue