ThemeCfg.wiki
changeset 1201 9eb10c4d6f5b
parent 1200 14b9aad5e21c
child 1266 427e63ea7539
equal deleted inserted replaced
1200:14b9aad5e21c 1201:9eb10c4d6f5b
   149 
   149 
   150  * `number`: Number of visible flakes.
   150  * `number`: Number of visible flakes.
   151  * `frames`: Number of frames used in `Flake.png`
   151  * `frames`: Number of frames used in `Flake.png`
   152  * `frame ticks`: Number of ticks a frame is shown, after that the next frame is shown (a tick currently equals 1 millisecond). A value of 0 indicates that each flake should keep displaying the exact frame that was selected randomly when the flake was created.
   152  * `frame ticks`: Number of ticks a frame is shown, after that the next frame is shown (a tick currently equals 1 millisecond). A value of 0 indicates that each flake should keep displaying the exact frame that was selected randomly when the flake was created.
   153  * `rotation speed`: How fast the flakes rotate. `0` = no rotation, and all flakes spawn unrotated. With any other value, flakes also spawn with a random rotation
   153  * `rotation speed`: How fast the flakes rotate. `0` = no rotation, and all flakes spawn unrotated. With any other value, flakes also spawn with a random rotation
   154  * `vertical speed`: Vertical speed of flake. Positive values are for falling flakes, while negative values make them rise
   154  * `vertical speed`: Vertical speed of the flakes. A positive value makes the flakes fall, while a negative value makes them rise
   155 
   155 
   156 <code>Values: number, frames, frame ticks, rotation speed, vertical speed</code>
   156 <code>Values: number, frames, frame ticks, rotation speed, vertical speed</code>
   157 
   157 
   158 No flakes are used by default.
   158 No flakes are used by default.
   159 
   159