diff --git a/.gitignore b/.gitignore index f371905..3f280a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ bower_components dist node_modules +.gitconfig +*.swp diff --git a/sounds/les_premieres_oeillades.mp3 b/sounds/les_premieres_oeillades.mp3 new file mode 100644 index 0000000..285c5f2 Binary files /dev/null and b/sounds/les_premieres_oeillades.mp3 differ diff --git a/sounds/mes_endives.mp3 b/sounds/mes_endives.mp3 new file mode 100644 index 0000000..2002013 Binary files /dev/null and b/sounds/mes_endives.mp3 differ diff --git a/sounds/sounds.json b/sounds/sounds.json index 922097a..cf024d1 100644 --- a/sounds/sounds.json +++ b/sounds/sounds.json @@ -2014,5 +2014,17 @@ "episode": "Livre II, 54 - The Game", "file": "vous_etes_des_damnes.mp3", "title": "VOUS ÊTES DES DAMNÉS !" + }, + { + "character": "Guethenoc", + "episode": "Livre I, 43 - La Coccinelle de Madenn", + "file": "les_premieres_oeillades.mp3", + "title": "Les premières œillades, la flûte enchantée, et trois mois après patatraque !" + }, + { + "character": "Perceval", + "episode": "Livre I, 43 - La Coccinelle de Madenn", + "file": "mes_endives.mp3", + "title": "L'autre jour on s'entraînait dans un champ à la catapulte, y'en a un qui arrive : \"oh mes endives mes endives\". On lui a mis un rocher sur la tête, ça l'a calmé l'bouseux." } ]