84 <code>Values: opacity</code> |
84 <code>Values: opacity</code> |
85 |
85 |
86 <code>Default: $80</code> |
86 <code>Default: $80</code> |
87 |
87 |
88 == `sd-water-opacity` == |
88 == `sd-water-opacity` == |
89 The water opacity while in Sudden Death. By default, it has the same value as `water-opacity`, or `$80` if `water-opacity` is unspecified. |
89 The water opacity while in Sudden Death. Syntax and default value is equivalent to `water-opacity`. |
90 |
90 |
91 <code>Values: opacity</code> |
91 == `water-animation` (0.9.23) == |
|
92 Specified a custom water animation and flowing speed before Sudden Death. |
92 |
93 |
93 <code>Default: $80</code> |
94 <code>Values: frames, frame ticks, movement speed</code> |
|
95 |
|
96 * `frames`: Number of frames in `BlueWater.png`. It is suggested to stack the frames horizontally. |
|
97 * `frame ticks`: Duration of a single frame. Must be >0 if frames>1, otherwise it is ignored |
|
98 * `movement speed`: How fast the water moves to the right. Higher values means faster movement. If negative, it moves to the left. Use 0 to stop movement |
|
99 |
|
100 <code>Default: 1, 0, 1</code> |
|
101 |
|
102 == `sd-water-animation` (0.9.23) == |
|
103 Sudden Death equivalent of `water-animation`, uses `SDWater.png`. |
94 |
104 |
95 == `music` == |
105 == `music` == |
96 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! |
106 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! |
97 |
107 |
98 <code>Values: filename</code> |
108 <code>Values: filename</code> |