WIP
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user