Добавил звук печатающей клавиатуры

This commit is contained in:
2026-04-21 12:57:35 +03:00
parent a20f80453b
commit 4ce5faed59
3 changed files with 291 additions and 155 deletions

View File

@@ -534,7 +534,7 @@
drops[i] = 0;
}
drops[i] += 0.65;
drops[i] ++;
}
matrixAnimationId = requestAnimationFrame(drawMatrix);