Theme.wiki
changeset 954 d1d33abc6377
parent 953 2237b516213b
child 955 9fb2a1738685
equal deleted inserted replaced
953:2237b516213b 954:d1d33abc6377
    87 
    87 
    88 == `sd-water-opacity` ==
    88 == `sd-water-opacity` ==
    89 The water opacity while in Sudden Death. Syntax and default value is equivalent to `water-opacity`.
    89 The water opacity while in Sudden Death. Syntax and default value is equivalent to `water-opacity`.
    90 
    90 
    91 == `water-animation` (0.9.23) ==
    91 == `water-animation` (0.9.23) ==
    92 Specified a custom water animation and flowing speed before Sudden Death.
    92 Specified a custom water animation and flowing speed before Sudden Death. By default, the water just moves to the right and has no special animation.
    93 
    93 
    94 <code>Values: frames, frame ticks, movement speed</code>
    94 <code>Values: frames, frame ticks, movement speed</code>
    95 
    95 
    96 * `frames`: Number of frames in `BlueWater.png`. It is suggested to stack the frames horizontally.
    96  * `frames`: Number of frames in `BlueWater.png`. The frames in this image should be stacked horizontally. The height of this image must be divisible by `frames`
    97 * `frame ticks`: Duration of a single frame. Must be >0 if frames>1, otherwise it is ignored
    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
    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 
    99 
   100 <code>Default: 1, 0, 1</code>
   100 <code>Default: 1, 0, 1</code>
   101 
   101 
   102 == `sd-water-animation` (0.9.23) ==
   102 == `sd-water-animation` (0.9.23) ==
   103 Sudden Death equivalent of `water-animation`, uses `SDWater.png`.
   103 Sudden Death equivalent of `water-animation`, uses `SDWater.png`.