特性:婚礼结成弹窗触发全员双倍礼花特效,粉金配色浪漫爆炸,持续12秒
This commit is contained in:
@@ -673,9 +673,9 @@
|
||||
const me = window.chatContext.username;
|
||||
this.isNewlywed = (groomName === me || brideName === me);
|
||||
this.show = true;
|
||||
// 播放烟花特效
|
||||
// 播放婚礼专属双倍礼花特效(全员)
|
||||
if (window.EffectManager) {
|
||||
window.EffectManager.play('fireworks');
|
||||
window.EffectManager.play('wedding-fireworks');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user