update freq
This commit is contained in:
@ -51,7 +51,7 @@ function createParticle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create particles frequently
|
// Create particles frequently
|
||||||
setInterval(createParticle, 50);
|
setInterval(createParticle, 75);
|
||||||
|
|
||||||
function throttle(fn, wait) {
|
function throttle(fn, wait) {
|
||||||
let lastTime = 0;
|
let lastTime = 0;
|
||||||
|
Reference in New Issue
Block a user