mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added two new songs along with edits to the .ron
comma
This commit is contained in:
parent
d1a9264a99
commit
6783e13125
@ -8,6 +8,27 @@
|
||||
|
||||
(
|
||||
tracks: [
|
||||
(
|
||||
title: "Winter Falls",
|
||||
path: "voxygen.audio.soundtrack.winter_falls",
|
||||
length: 215.0,
|
||||
timing: None,
|
||||
biomes: [
|
||||
(Mountain, 1),
|
||||
(Snowland, 1),
|
||||
],
|
||||
site: Some(Void),
|
||||
artist: "DaforLynx"
|
||||
),
|
||||
(
|
||||
title: "Short Meandering",
|
||||
path: "voxygen.audio.soundtrack.short_meandering",
|
||||
length: 147.0,
|
||||
timing: Some(Night),
|
||||
biomes: [],
|
||||
site: Some(Void),
|
||||
artist: "Ap1evideogame"
|
||||
),
|
||||
(
|
||||
title: "Oceania",
|
||||
path: "voxygen.audio.soundtrack.oceania",
|
||||
@ -45,6 +66,16 @@
|
||||
],
|
||||
site: Some(Void),
|
||||
artist: "Aeronic",
|
||||
),
|
||||
(
|
||||
//Repeat for site
|
||||
title: "Into The Dark Forest",
|
||||
path: "voxygen.audio.soundtrack.into_the_dark_forest",
|
||||
length: 184.0,
|
||||
timing: Some(Night),
|
||||
biomes: [],
|
||||
site: Some(Cave),
|
||||
artist: "Aeronic",
|
||||
),
|
||||
(
|
||||
title: "Field Grazing",
|
||||
@ -53,6 +84,7 @@
|
||||
timing: Some(Day),
|
||||
biomes: [
|
||||
(Grassland, 1),
|
||||
(Forest, 1)
|
||||
],
|
||||
site: Some(Void),
|
||||
artist: "Aeronic",
|
||||
@ -112,6 +144,7 @@
|
||||
timing: Some(Night),
|
||||
biomes: [
|
||||
(Grassland, 1),
|
||||
(Forest, 1),
|
||||
],
|
||||
site: Some(Void),
|
||||
artist: "Aeronic",
|
||||
|
BIN
assets/voxygen/audio/soundtrack/oceania.ogg
(Stored with Git LFS)
BIN
assets/voxygen/audio/soundtrack/oceania.ogg
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/audio/soundtrack/short_meandering.ogg
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/audio/soundtrack/short_meandering.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/soundtrack/winter_falls.ogg
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/audio/soundtrack/winter_falls.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user