mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
b7ce91fead
Also add some blank time after each track so that we get some silence between tracks.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
(
|
|
tracks: [
|
|
(
|
|
title: "Field Grazing",
|
|
path: "voxygen.audio.soundtrack.field_grazing",
|
|
length: 154.0,
|
|
timing: Some(Day),
|
|
artist: "Aeronic",
|
|
),
|
|
(
|
|
title: "Wandering Voices",
|
|
path: "voxygen.audio.soundtrack.wandering_voices",
|
|
length: 137.0,
|
|
timing: Some(Night),
|
|
artist: "Aeronic",
|
|
),
|
|
(
|
|
title: "Snowtop Volume",
|
|
path: "voxygen.audio.soundtrack.snowtop_volume",
|
|
length: 89.0,
|
|
timing: Some(Day),
|
|
artist: "Aeronic",
|
|
),
|
|
(
|
|
title: "Mineral Deposits",
|
|
path: "voxygen.audio.soundtrack.mineral_deposits",
|
|
length: 148.0,
|
|
timing: Some(Day),
|
|
artist: "Aeronic",
|
|
),
|
|
(
|
|
title: "Moonbeams",
|
|
path: "voxygen.audio.soundtrack.moonbeams",
|
|
length: 158.0,
|
|
timing: Some(Night),
|
|
artist: "Aeronic",
|
|
),
|
|
(
|
|
title: "Serene Meadows",
|
|
path: "voxygen.audio.soundtrack.serene_meadows",
|
|
length: 173.0,
|
|
timing: Some(Night),
|
|
artist: "Aeronic",
|
|
)
|
|
]
|
|
) |