blob: 11251b21bda8ccec380e62b5a754b0eef217147a (
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
|
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
- wait:
duration: 10
- stop:
include: acros
fade_out: 10
'ESC':
- stop: ~
- stop_all_actions: ~
'-':
- volume:
value: 90
'p':
- command:
command: une_super_commande_de_feu_d'artifice
|