From b58b8220c1f3f20e97ca806cf8db0e334b920f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 21 Jun 2016 14:10:07 +0200 Subject: Reduce memory --- config.yml | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index a27f2e1..d5e6664 100644 --- a/config.yml +++ b/config.yml @@ -44,6 +44,9 @@ aliases: paf: file: "PIRATE_paf.mp3" name: Paf + coup: + file: "PIRATE_coup.wav" + name: Coup ralenti: file: "PIRATE_12-2-ralenti.mp3" name: Ralenti @@ -58,7 +61,7 @@ key_properties: description: - #Chloé - Jonglacro - - "2" + - 2 color: [73, 221, 226] 'e': description: @@ -92,7 +95,7 @@ key_properties: description: - #Chloé - Fin quête - - Entrée ondine + - Grotte color: [73, 221, 226] 'o': description: @@ -104,7 +107,7 @@ key_properties: description: - #Denise - Fin - - cour ondine + - Cour ondine color: [190, 110, 236] 'q': description: @@ -156,13 +159,13 @@ key_properties: description: - #Jérôme - Jeu à - - "2 4" + - 2 et 4 color: [240, 158, 0] 'm': description: - #Chloé - Fin jeu - - Début baston + - Baston color: [73, 221, 226] 'w': description: @@ -178,13 +181,28 @@ key_properties: 'c': description: - #Christophe - - Baston "2" + - Baston 2 color: [255, 255, 0] 'v': description: - #Auréliane - - Fin baston "2" + - Fin baston 2 color: [0, 190, 27] + 'ESC': + description: + - + - STOP ! + color: [255, 0, 0] + + 'F1': + description: + - + - PAUSE + + 'F2': + description: + - + - REPRENDRE keys: @@ -276,8 +294,13 @@ keys: - play: include: trio_jalousie 'k': + - play: + include: coup + - wait: + duration: 0.2 - stop: include: trio_jalousie + 'l': - play: include: piquage_2_4 @@ -312,3 +335,9 @@ keys: - stop: ~ - stop_all_actions: ~ + 'F1': + - pause: ~ + + 'F2': + - unpause: ~ + -- cgit v1.2.3