From a0497c904c24e12d236e25d8ef3503132a402515 Mon Sep 17 00:00:00 2001 From: TheSamozvanec Date: Thu, 25 Jun 2026 09:12:35 +0300 Subject: [PATCH] dop --- .vscode/settings.json | 3 +++ index.html | 2 +- script.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b92c9e2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 3173 +} \ No newline at end of file diff --git a/index.html b/index.html index 5cbb24b..9c4da6f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + diff --git a/script.js b/script.js index dd56f6d..f0efae0 100644 --- a/script.js +++ b/script.js @@ -2229,7 +2229,7 @@ let collection=[ let kadr=0; function addSnow(){ for(let i=1; i<100; i++){ - collection.unshift(generateSnow(0.3*fs)) + collection.unshift(generateSnow(0.5*fs)) } } addSnow();