This commit is contained in:
choelzl 2022-02-23 20:49:39 +01:00
parent f7b0d26b15
commit dad8d8b8e3
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -292,6 +292,7 @@ $(async function () {
const createParticule = (partP, emote, data, args) => {
console.log("New Particle:", partP, emote)
let a = new partP(emote,data,args)
particles.push(a);
setTimeout(()=>{particles.pop()}, drt*1000+2000);