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