diff --git a/confetti/confetti.go b/confetti/confetti.go index 3522665..d0fa9a3 100644 --- a/confetti/confetti.go +++ b/confetti/confetti.go @@ -12,7 +12,7 @@ import ( ) const ( - framesPerSecond = 60.0 + framesPerSecond = 30.0 numParticles = 75 ) diff --git a/fireworks/fireworks.go b/fireworks/fireworks.go index e5112c7..b9d5354 100644 --- a/fireworks/fireworks.go +++ b/fireworks/fireworks.go @@ -13,7 +13,7 @@ import ( ) const ( - framesPerSecond = 60.0 + framesPerSecond = 30.0 numParticles = 50 )