mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Soundtrack fix...
This commit is contained in:
parent
84f0980dac
commit
b493a89b7f
@ -15,10 +15,11 @@
|
|||||||
[
|
[
|
||||||
|
|
||||||
// Overworld exploration tracks
|
// Overworld exploration tracks
|
||||||
|
|
||||||
Individual((
|
Individual((
|
||||||
title: "A Peaceful Moment",
|
title: "A Peaceful Moment",
|
||||||
path: "voxygen.audio.soundtrack.overworld.a_peaceful_moment",
|
path: "voxygen.audio.soundtrack.overworld.a_peaceful_moment",
|
||||||
length: 125.0,
|
length: 126.0,
|
||||||
timing: Night,
|
timing: Night,
|
||||||
weather: None,
|
weather: None,
|
||||||
biomes: [
|
biomes: [
|
||||||
@ -497,35 +498,6 @@
|
|||||||
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)
BIN
assets/voxygen/audio/soundtrack/overworld/a_peaceful_moment.ogg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user