blob: 11251b21bda8ccec380e62b5a754b0eef217147a (
plain) (
tree)
|
|
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
|