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
+3
View File
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 3173
}
+1 -1
View File
@@ -8,7 +8,7 @@
<script type="text/javascript" src="script.js" defer></script>
</head>
<body>
<a href="https://ya.ru">
<a href="https://semov777.com">
<img src="Group35.svg">
</a>
<canvas></canvas>
+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();