mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-06 19:08:06 +08:00
duplicated all files for click 4, if this doesnt fix the static issue i dont know what is causing it anymore
This commit is contained in:
parent
7a7d603fd4
commit
0f528a31c6
7 changed files with 6 additions and 6 deletions
|
|
@ -79,42 +79,42 @@ export function init() {
|
|||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_1.wav"),
|
||||
new Audio("../sound/click4/click4_1.wav"),
|
||||
new Audio("../sound/click4/click4_11.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_2.wav"),
|
||||
new Audio("../sound/click4/click4_2.wav"),
|
||||
new Audio("../sound/click4/click4_22.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_3.wav"),
|
||||
new Audio("../sound/click4/click4_3.wav"),
|
||||
new Audio("../sound/click4/click4_33.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_4.wav"),
|
||||
new Audio("../sound/click4/click4_4.wav"),
|
||||
new Audio("../sound/click4/click4_44.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_5.wav"),
|
||||
new Audio("../sound/click4/click4_5.wav"),
|
||||
new Audio("../sound/click4/click4_55.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
{
|
||||
sounds: [
|
||||
new Audio("../sound/click4/click4_6.wav"),
|
||||
new Audio("../sound/click4/click4_6.wav"),
|
||||
new Audio("../sound/click4/click4_66.wav"),
|
||||
],
|
||||
counter: 0,
|
||||
},
|
||||
|
|
|
|||
BIN
static/sound/click4/click4_11.wav
Normal file
BIN
static/sound/click4/click4_11.wav
Normal file
Binary file not shown.
BIN
static/sound/click4/click4_22.wav
Normal file
BIN
static/sound/click4/click4_22.wav
Normal file
Binary file not shown.
BIN
static/sound/click4/click4_33.wav
Normal file
BIN
static/sound/click4/click4_33.wav
Normal file
Binary file not shown.
BIN
static/sound/click4/click4_44.wav
Normal file
BIN
static/sound/click4/click4_44.wav
Normal file
Binary file not shown.
BIN
static/sound/click4/click4_55.wav
Normal file
BIN
static/sound/click4/click4_55.wav
Normal file
Binary file not shown.
BIN
static/sound/click4/click4_66.wav
Normal file
BIN
static/sound/click4/click4_66.wav
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue