WIP
This commit is contained in:
parent
f7b0d26b15
commit
dad8d8b8e3
@ -292,6 +292,7 @@ $(async function () {
|
|||||||
|
|
||||||
|
|
||||||
const createParticule = (partP, emote, data, args) => {
|
const createParticule = (partP, emote, data, args) => {
|
||||||
|
console.log("New Particle:", partP, emote)
|
||||||
let a = new partP(emote,data,args)
|
let a = new partP(emote,data,args)
|
||||||
particles.push(a);
|
particles.push(a);
|
||||||
setTimeout(()=>{particles.pop()}, drt*1000+2000);
|
setTimeout(()=>{particles.pop()}, drt*1000+2000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user