New sounds

This commit is contained in:
Cedric Hoelzl 2020-04-26 12:17:45 +02:00
parent 6f67ecfe26
commit bf54022137
11 changed files with 36 additions and 0 deletions

View File

@ -23,6 +23,42 @@ const sound_list = {
name: 'Turtle', name: 'Turtle',
file: 'turtle.mp3', file: 'turtle.mp3',
}, },
'reee':{
name: 'Reeee',
file: 'reee.mp3',
},
'mc_nom':{
name: 'Minecraft Nom',
file: 'mc_nom.mp3',
},
'mc_oof':{
name: 'Minecraft Oof',
file: 'mc_oof.mp3',
},
'mc_hmm':{
name: 'Minecraft hmm',
file: 'mc_hmm.mp3',
},
'steam':{
name: 'Steam Message',
file: 'steam.mp3',
},
'wololo':{
name: 'Wololo',
file: 'wololo.mp3',
},
'tuturu':{
name: 'Tururuuuu !',
file: 'tuturu.mp3',
},
'tobecontinued':{
name: 'To Be Continued =>',
file: 'tobecontinued.mp3',
},
'kabuki':{
name: 'Kabuki',
file: 'kabuki.mp3',
}
}; };
//=== MAIN MODULE CONFIG //=== MAIN MODULE CONFIG

BIN
sounds/.DS_Store vendored Normal file

Binary file not shown.

BIN
sounds/kabuki.mp3 Normal file

Binary file not shown.

BIN
sounds/mc_hmm.mp3 Normal file

Binary file not shown.

BIN
sounds/mc_nom.mp3 Normal file

Binary file not shown.

BIN
sounds/mc_oof.mp3 Normal file

Binary file not shown.

BIN
sounds/reee.mp3 Normal file

Binary file not shown.

BIN
sounds/steam.mp3 Normal file

Binary file not shown.

BIN
sounds/tobecontinued.mp3 Normal file

Binary file not shown.

BIN
sounds/tuturu.mp3 Normal file

Binary file not shown.

BIN
sounds/wololo.mp3 Normal file

Binary file not shown.