Soundtrack fix...

This commit is contained in:
DaforLynx 2023-01-03 22:27:19 +00:00 committed by Marcel
parent 84f0980dac
commit b493a89b7f
2 changed files with 4 additions and 32 deletions

View File

@ -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

Binary file not shown.