# HG changeset patch
# User Wuzzy
# Date 1523924725 -3600
# Node ID 96db591c8e2eca0b4e7ef3dfad4b5d1f67e991da
# Parent 43305c6af4bfa4d2bd153cd78762d599a1873758
ThemeCfg: Add music examples
diff -r 43305c6af4bf -r 96db591c8e2e ThemeCfg.wiki
--- a/ThemeCfg.wiki Tue Apr 17 01:22:07 2018 +0100
+++ b/ThemeCfg.wiki Tue Apr 17 01:25:25 2018 +0100
@@ -110,6 +110,9 @@
No music is played by default.
+Example:
+music = Nature.ogg
+
== `sd-music` ==
Name of the music file to be played in the theme while in Sudden Death, e.g. `hell.ogg`. If `music` was not specified, the Sudden Death has no default music as well. You find music tracks in `Data/Music` of the Hedgewars installation directory. The file name is case-sensitive!
@@ -125,6 +128,10 @@
Note that if Hedgewars fails to find a music, it defaults to silence.
+Example:
+music = My_Custom_Music.ogg
+fallback-music = Nature.ogg
+
== `fallback-sd-music` ==
Like `fallback-music`, except it's for `sd-music`.