@@ -161,21 +161,21 @@ PatternAndNameList gPatterns = {
161
161
162
162
// shimmer, confetti, sinelon,
163
163
PatternAndNameList gAutoPatterns = {
164
- { pixels, " pixels" }, // Long line of colours
165
- { fillnoise, " fillnoise" }, // Center to edges with base color and twinkle
166
- { jugglep, " jugglep" }, // Long line of sinewaves
167
- { ripple, " ripple" }, // Juggle with twinkles
168
- { pixel, " pixel" }, // Long line of colours
169
- { matrix, " matrix" }, // Start to end with twinkles
170
- { onesine, " onesine" }, // Long line of shortlines
171
- { noisefire, " noisefire" }, // Start to end
172
- { rainbowbit, " rainbowbit" }, // Long line of short lines with twinkles
173
- { noisefiretest, " noisefiretest" }, // Center to edges
174
- { rainbowg, " rainbowg" }, // Long line with flashes
175
- { noisewide, " noisewide" }, // Center to edges
176
- { plasma, " plasma" }, // Long line of short lines
177
- { besin, " besin" }, // center to edges with black
178
- { noisepal, " noisepal" }, // Long line
164
+ // { pixels, "pixels"}, // Long line of colours
165
+ // { fillnoise, "fillnoise"}, // Center to edges with base color and twinkle
166
+ // { jugglep, "jugglep"}, // Long line of sinewaves
167
+ // { ripple, "ripple"}, // Juggle with twinkles
168
+ // { pixel, "pixel"}, // Long line of colours
169
+ // { matrix, "matrix"}, // Start to end with twinkles
170
+ // { onesine, "onesine"}, // Long line of shortlines
171
+ // { noisefire, "noisefire"}, // Start to end
172
+ // { rainbowbit, "rainbowbit"}, // Long line of short lines with twinkles
173
+ // { noisefiretest, "noisefiretest"}, // Center to edges
174
+ // { rainbowg, "rainbowg"}, // Long line with flashes
175
+ // { noisewide, "noisewide"}, // Center to edges
176
+ // { plasma, "plasma"}, // Long line of short lines
177
+ // { besin, "besin"}, // center to edges with black
178
+ // { noisepal, "noisepal"}, // Long line
179
179
{ rainbowSweep, " rainbowSweep" },
180
180
{ Rainbow, " Rainbow" },
181
181
{ dsnake, " dsnake" },
0 commit comments