ThemeCfg.wiki
changeset 1196 2fe37599857f
parent 1195 a7030faac31e
child 1197 a429f011e687
equal deleted inserted replaced
1195:a7030faac31e 1196:2fe37599857f
   101 Sudden Death equivalent of `water-animation`, uses `SDWater.png`.
   101 Sudden Death equivalent of `water-animation`, uses `SDWater.png`.
   102 
   102 
   103 == `music` ==
   103 == `music` ==
   104 Name of the music file to be played in the theme before Sudden Death, e.g. `Nature.ogg`. You find music tracks in `Data/Music` of the Hedgewars installation directory. The file name is case-sensitive!
   104 Name of the music file to be played in the theme before Sudden Death, e.g. `Nature.ogg`. You find music tracks in `Data/Music` of the Hedgewars installation directory. The file name is case-sensitive!
   105 
   105 
       
   106 If you choose a custom music (i.e. a music which does not come with Hedgewars by default, you should also set `fallback-music`.
       
   107 
   106 <code>Values: filename</code>
   108 <code>Values: filename</code>
   107 
   109 
   108 No music is played by default.
   110 No music is played by default.
   109 
   111 
   110 == `sd-music` ==
   112 == `sd-music` ==
   111 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!
   113 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!
       
   114 
       
   115 If you choose a custom music, you should also set `fallback-sd-music`.
   112 
   116 
   113 <code>Values: filename</code>
   117 <code>Values: filename</code>
   114 
   118 
   115 Default: `sdmusic.ogg` (only if `music` was specified, no music otherwise)
   119 Default: `sdmusic.ogg` (only if `music` was specified, no music otherwise)
   116 
   120