添加无效射击通知
This commit is contained in:
@@ -135,6 +135,11 @@ async function onReceiveMessage(messages = []) {
|
||||
: "未上靶";
|
||||
audioManager.play(currentSound.value);
|
||||
}
|
||||
} else if (msg.constructor === MESSAGETYPES.InvalidShot) {
|
||||
uni.showToast({
|
||||
title: "无效射击",
|
||||
icon: "none",
|
||||
});
|
||||
} else if (msg.constructor === MESSAGETYPES.AllReady) {
|
||||
audioManager.play("比赛开始");
|
||||
} else if (msg.constructor === MESSAGETYPES.MeleeAllReady) {
|
||||
|
||||
Reference in New Issue
Block a user