WIP
This commit is contained in:
parent
441d0df781
commit
37f19687df
@ -371,12 +371,13 @@ $(async function () {
|
|||||||
}else if(message.eventType == 'rain') {
|
}else if(message.eventType == 'rain') {
|
||||||
genRain(emote)
|
genRain(emote)
|
||||||
}else if(message.eventType == 'firework') {
|
}else if(message.eventType == 'firework') {
|
||||||
genFirework(emote)
|
createParticule(FireworkP, emote, {}, {})
|
||||||
}else if(message.eventType == 'volcano') {
|
}else if(message.eventType == 'volcano') {
|
||||||
genVolcano(emote)
|
genVolcano(emote)
|
||||||
}else if(message.eventType == 'bomb') {
|
}else if(message.eventType == 'bomb') {
|
||||||
createParticule(BombP, emote, {}, {})
|
createParticule(BombP, emote, {}, {})
|
||||||
}else if(message.eventType == 'explosion') {
|
}else if(message.eventType == 'explosion') {
|
||||||
|
createParticule(ExplosionP, emote, {}, {})
|
||||||
//genExplosion(message.data)
|
//genExplosion(message.data)
|
||||||
}else {
|
}else {
|
||||||
console.log("unhandled:", message.eventType)
|
console.log("unhandled:", message.eventType)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user