Skip to content

Commit 1e9f0e1

Browse files
authored
Merge branch 'master' into qt-py-essentials
2 parents 4dd7dca + c07c715 commit 1e9f0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MagTag_Cheerlights_LED_Animations/MagTag_Cheerlights_LED_Animations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
sparkle_color = MAGENTA
106106
animations = AnimationSequence(
107107
AnimationGroup(
108-
Sparkle(magtag_pixels, speed=0.1, color=sparkle_color, num_sparkles=15),
109-
Sparkle(strip_pixels, speed=0.01, color=sparkle_color, num_sparkles=1),
108+
Sparkle(magtag_pixels, speed=0.1, color=sparkle_color, num_sparkles=1),
109+
Sparkle(strip_pixels, speed=0.01, color=sparkle_color, num_sparkles=15),
110110
)
111111
)
112112

0 commit comments

Comments
 (0)