Skip to content

Commit 9ec9f3c

Browse files
committed
Adjusted ❄️
1 parent 36199de commit 9ec9f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/js/snow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function initSnow() {
55

66
// Configure snow
77
const snowflakes = [];
8-
const maxSnowflakes = 100;
8+
const maxSnowflakes = 50;
99
const spawnInterval = 200;
1010
let currentSnowflakes = 0;
1111
let lastSpawnTime = 0;

0 commit comments

Comments
 (0)