blob: 70ffb67d9628787a2d1bb8935125cf2ac9840af6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[params.background]
spacing = 24 # distance between dots
maxRadius = 10 # max dot radius
baseOffset = 120 # baseline from bottom
freq = 0.008 # wave frequency (lower = wider waves)
speed = 0.01 # wave speed (lower = slower movement)
# envelope controls (controls variance)
baseAmp = 100
envelope1Freq = 0.002
envelope1Amp = 120
envelope2Freq = 0.0005
envelope2Amp = 200
# Required for Chroma and the custom syntax highlighting.
[markup.highlight]
noClasses = false
|