mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'thanosfisherman/add_music_track' into 'master'
Thanosfisherman/add music track See merge request veloren/veloren!3737
This commit is contained in:
@ -483,6 +483,35 @@
|
|||||||
music_state: Activity(Explore),
|
music_state: Activity(Explore),
|
||||||
artist: ("badbbad", "https://soundcloud.com/tomerbarnea"),
|
artist: ("badbbad", "https://soundcloud.com/tomerbarnea"),
|
||||||
)),
|
)),
|
||||||
|
Individual((
|
||||||
|
title: "A Peaceful Moment",
|
||||||
|
path: "voxygen.audio.soundtrack.overworld.a_peaceful_moment",
|
||||||
|
length: 122.0,
|
||||||
|
timing: None,
|
||||||
|
weather: None,
|
||||||
|
biomes: [
|
||||||
|
(Forest, 1),
|
||||||
|
(Taiga, 1),
|
||||||
|
(Grassland, 1),
|
||||||
|
(Desert, 1),
|
||||||
|
(Snowland, 1),
|
||||||
|
(Lake, 1),
|
||||||
|
(Mountain, 1),
|
||||||
|
(Ocean, 1),
|
||||||
|
(Jungle, 1),
|
||||||
|
(Savannah, 1),
|
||||||
|
],
|
||||||
|
sites: [
|
||||||
|
Settlement(CliffTown),
|
||||||
|
Settlement(SavannahPit),
|
||||||
|
Settlement(CliffTown),
|
||||||
|
Settlement(DesertCity),
|
||||||
|
Cave,
|
||||||
|
Void,
|
||||||
|
],
|
||||||
|
music_state: Activity(Explore),
|
||||||
|
artist: ("ThanosFisherman", "https://soundcloud.com/thanosfisherman"),
|
||||||
|
)),
|
||||||
|
|
||||||
// Town music
|
// Town music
|
||||||
|
|
||||||
|
BIN
assets/voxygen/audio/soundtrack/overworld/a_peaceful_moment.ogg
(Stored with Git LFS)
Executable file
BIN
assets/voxygen/audio/soundtrack/overworld/a_peaceful_moment.ogg
(Stored with Git LFS)
Executable file
Binary file not shown.
Reference in New Issue
Block a user