speedTolerance property
The tolerance for the speed of the lava blobs.
This is used to give the circles a bit of randomness in their movement speed.
For example, if speed is 5.0
and speedTolerance is 4.0
, the
circles can have a speed anywhere from 1.0
to 9.0
.
The default value is 0
.
Implementation
final double speedTolerance;