ThemeCfg.wiki
changeset 1200 14b9aad5e21c
parent 1199 c56285e2cfce
child 1201 9eb10c4d6f5b
equal deleted inserted replaced
1199:c56285e2cfce 1200:14b9aad5e21c
   148 Values for the flakes of this theme before Sudden Death. Uses `Flake.png`.
   148 Values for the flakes of this theme before Sudden Death. Uses `Flake.png`.
   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  * `speed`: Rotation speed of flake
   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  * `fall speed`: Falling speed of flake. This can also be negative for rising flakes
   154  * `vertical speed`: Vertical speed of flake. Positive values are for falling flakes, while negative values make them rise
   155 
   155 
   156 <code>Values: number, frames, frame ticks, speed, fall 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 
   160 == `sd-flakes` ==
   160 == `sd-flakes` ==
   161 Sudden Death version of `flakes`, the parameters are the same as in `flakes`. This uses `SDFlake.png`.
   161 Sudden Death version of `flakes`, the parameters are the same as in `flakes`. This uses `SDFlake.png`.
   162 
   162 
   163 <code>Values: number, frames, frame ticks, speed, fall speed</code>
   163 <code>Values: number, frames, frame ticks, rotation speed, vertical speed</code>
   164 
   164 
   165 If `sd-flakes` is unspecified, skulls and bones are used as images and the following default values are used:
   165 If `sd-flakes` is unspecified, skulls and bones are used as images and the following default values are used:
   166 
   166 
   167 <code>Default: X, 4, 0, 15, 250</code>
   167 <code>Default: X, 4, 0, 15, 250</code>
   168 
   168