Theme.wiki
changeset 451 4e3ad1dc80af
parent 448 e419fde32f07
child 462 4416c2ed13d8
equal deleted inserted replaced
450:2dce97d0a8fd 451:4e3ad1dc80af
    81 === `flakes` ===
    81 === `flakes` ===
    82 Values for the flakes of this theme before Sudden Death. Uses `Flake.png`. If this field is left out, then there are no flakes.
    82 Values for the flakes of this theme before Sudden Death. Uses `Flake.png`. If this field is left out, then there are no flakes.
    83 
    83 
    84  * `number`: Number of visible flakes
    84  * `number`: Number of visible flakes
    85  * `frames`: Number of frames used in `Flake.png`
    85  * `frames`: Number of frames used in `Flake.png`
    86  * `frame ticks`: Number of ticks a frame is shown, after that the next frame is shown (a tick currently equals 1 millisecond)
    86  * `frame ticks`: Number of ticks a frame is shown, after that the next frame is shown (a tick currently equals 1 millisecond).
       
    87 Since 0.9.21: A value of 0 indicates that each flake should keep displaying the exact frame that was selected randomly when the flake was created.
       
    88 *Tip*: If you want to have multiple static flakes in 0.9.20 or earlier, you can set the animation length to a ridiculous high value. Sometimes, a flake will still change the displayed frame, but it will rarely happen.
    87  * `speed`: Rotation speed of flake
    89  * `speed`: Rotation speed of flake
    88  * `fall speed`: Falling speed of flake
    90  * `fall speed`: Falling speed of flake
    89 
    91 
    90 <code>Values: number, frames, frame ticks, speed, fall speed</code>
    92 <code>Values: number, frames, frame ticks, speed, fall speed</code>
    91 
    93