We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36199de commit 9ec9f3cCopy full SHA for 9ec9f3c
src/static/js/snow.js
@@ -5,7 +5,7 @@ function initSnow() {
5
6
// Configure snow
7
const snowflakes = [];
8
- const maxSnowflakes = 100;
+ const maxSnowflakes = 50;
9
const spawnInterval = 200;
10
let currentSnowflakes = 0;
11
let lastSpawnTime = 0;
0 commit comments