WIP
This commit is contained in:
		@@ -297,7 +297,6 @@ $(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);
 | 
				
			||||||
@@ -365,7 +364,6 @@ $(async function () {
 | 
				
			|||||||
                !message.hasOwnProperty('eventType') || !message.hasOwnProperty('data'))
 | 
					                !message.hasOwnProperty('eventType') || !message.hasOwnProperty('data'))
 | 
				
			||||||
                return;
 | 
					                return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            console.log(message.eventType, message.data)
 | 
					 | 
				
			||||||
            let emote = await handleEmoteData(message.data)
 | 
					            let emote = await handleEmoteData(message.data)
 | 
				
			||||||
            if(message.eventType == 'bounce') {
 | 
					            if(message.eventType == 'bounce') {
 | 
				
			||||||
                for(let em of emote)
 | 
					                for(let em of emote)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user