blob: ae87de5be8f8d890fb6e9d11afd545e3c978002c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
aliases:
jongle:
file: "/home/immae/temp/Pirates/PIRATE_01-1-intro_jonglacro.mp3"
volume: 110 # pouvoir dire que "par défaut" la musique a un volume à 110%
acros:
file: "../../temp/Pirates/PIRATE_01-2-jonglacro_suite.mp3"
keys:
'a':
- play:
include: jongle
fade_in: 5
restart_if_running: False
'z':
- stop:
include: jongle
- wait:
duration: 3
- play:
include: acros
fade_in: 4
start_at: 40
- wait:
duration: 10
- volume:
include: acros
value: 50
- stop:
include: acros
fade_out: 10
'e':
- play:
include: acros
restart_if_running: true
'r':
- play:
include: acros
'ESC':
- stop: ~
- stop_all_actions: ~
'-':
- volume:
value: 90
'p':
- command:
command: une_super_commande_de_feu_d'artifice
|