mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'pfau/fix_missing_soundfile' into 'master'
Fix wrong soundfile path See merge request veloren/veloren!1287
This commit is contained in:
commit
f3ef376001
@ -11,10 +11,10 @@
|
||||
artist: "https://www.youtube.com/watch?v=FwVTkB-BIvM",
|
||||
),
|
||||
(
|
||||
title: "A Solemn Quest Day",
|
||||
path: "voxygen.audio.ambient.a_solemn_quest",
|
||||
title: "A Solemn Quest",
|
||||
path: "voxygen.audio.soundtrack.a_solemn_quest",
|
||||
length: 206.0,
|
||||
timing: Some(Day),
|
||||
timing: Some(Night),
|
||||
artist: "Eden",
|
||||
),
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user