mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
25 lines
518 B
Rust
25 lines
518 B
Rust
(
|
|
tracks: [
|
|
(
|
|
path: "voxygen.audio.ambience.wind",
|
|
length: 14.17,
|
|
tag: Wind,
|
|
),
|
|
(
|
|
path: "voxygen.audio.ambience.rain",
|
|
length: 16.97,
|
|
tag: Rain,
|
|
),
|
|
(
|
|
path:"voxygen.audio.ambience.thunder",
|
|
length: 31.97,
|
|
tag: Thunder,
|
|
),
|
|
(
|
|
path:"voxygen.audio.ambience.leaves",
|
|
length: 25.97,
|
|
tag: Leaves,
|
|
),
|
|
]
|
|
)
|