ThemeCfg.wiki
changeset 1307 6953b8800355
parent 1306 96db591c8e2e
child 1308 c92c204db09f
equal deleted inserted replaced
1306:96db591c8e2e 1307:6953b8800355
   126 Fallback music for the `music` setting. This setting should be added whenever you use a custom music which is not part of the official Hedgewars install. Otherwise you don't need to set this.
   126 Fallback music for the `music` setting. This setting should be added whenever you use a custom music which is not part of the official Hedgewars install. Otherwise you don't need to set this.
   127 If the music specified in `music` is missing, Hedgewars attempts to use this fallback music istead. *Only* use tracks which come with the official Hedgewars install.
   127 If the music specified in `music` is missing, Hedgewars attempts to use this fallback music istead. *Only* use tracks which come with the official Hedgewars install.
   128 
   128 
   129 Note that if Hedgewars fails to find a music, it defaults to silence.
   129 Note that if Hedgewars fails to find a music, it defaults to silence.
   130 
   130 
   131 Example:
   131 Example usage (in combination with `music`):
   132 <code>music = My_Custom_Music.ogg
   132 <code>music = My_Custom_Music.ogg
   133 fallback-music = Nature.ogg</code>
   133 fallback-music = Nature.ogg</code>
   134 
   134 
   135 == `fallback-sd-music` ==
   135 == `fallback-sd-music` ==
   136 Like `fallback-music`, except it's for `sd-music`.
   136 Like `fallback-music`, except it's for `sd-music`.