mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
30 lines
625 B
Rust
30 lines
625 B
Rust
(
|
|
tracks: [
|
|
(
|
|
path: "voxygen.audio.ambience.wind",
|
|
length: 14.2,
|
|
tag: Wind,
|
|
),
|
|
(
|
|
path: "voxygen.audio.ambience.rain",
|
|
length: 17.0,
|
|
tag: Rain,
|
|
),
|
|
(
|
|
path:"voxygen.audio.ambience.thunder",
|
|
length: 32.0,
|
|
tag: Thunder,
|
|
),
|
|
(
|
|
path:"voxygen.audio.ambience.leaves",
|
|
length: 26.0,
|
|
tag: Leaves,
|
|
),
|
|
(
|
|
path:"voxygen.audio.ambience.cave",
|
|
length: 75.5,
|
|
tag: Cave,
|
|
)
|
|
]
|
|
)
|