This commit is contained in:
choelzl 2022-02-23 21:21:50 +01:00
parent 441d0df781
commit 37f19687df
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -371,12 +371,13 @@ $(async function () {
}else if(message.eventType == 'rain') {
genRain(emote)
}else if(message.eventType == 'firework') {
genFirework(emote)
createParticule(FireworkP, emote, {}, {})
}else if(message.eventType == 'volcano') {
genVolcano(emote)
}else if(message.eventType == 'bomb') {
createParticule(BombP, emote, {}, {})
}else if(message.eventType == 'explosion') {
createParticule(ExplosionP, emote, {}, {})
//genExplosion(message.data)
}else {
console.log("unhandled:", message.eventType)