This commit is contained in:
2026-06-25 09:12:35 +03:00
parent 8ea0d54282
commit a0497c904c
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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();