--- a/Theme.wiki Sat Apr 08 16:45:55 2017 +0100
+++ b/Theme.wiki Sat Apr 08 16:48:55 2017 +0100
@@ -89,13 +89,13 @@
The water opacity while in Sudden Death. Syntax and default value is equivalent to `water-opacity`.
== `water-animation` (0.9.23) ==
-Specified a custom water animation and flowing speed before Sudden Death.
+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.
<code>Values: frames, frame ticks, movement speed</code>
-* `frames`: Number of frames in `BlueWater.png`. It is suggested to stack the frames horizontally.
-* `frame ticks`: Duration of a single frame. Must be >0 if frames>1, otherwise it is ignored
-* `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
+ * `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`
+ * `frame ticks`: Duration of a single frame. Must be >0 if frames>1, otherwise it is ignored
+ * `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
<code>Default: 1, 0, 1</code>