Theme.wiki
changeset 955 9fb2a1738685
parent 954 d1d33abc6377
child 990 606b2d0c5a09
equal deleted inserted replaced
954:d1d33abc6377 955:9fb2a1738685
    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.
    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`. The frames in this image should be stacked horizontally. The height of this image must be divisible by `frames`
    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) ==