This commit is contained in:
COMPUTER\EDY 2026-05-20 15:26:45 +08:00
parent 4f36471a56
commit 9d92332d72
2 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,7 @@ export class GameConfig {
vibrateOpen: true, //震动 vibrateOpen: true, //震动
coinnum: 0, //每局的金币数 coinnum: 0, //每局的金币数
paid_user: false, //是否是付费用户 paid_user: false, //是否是付费用户
version: "1.9.75", //版本号 version: "1.9.76", //版本号
shushu_DistinctId: "", //数数访客ID shushu_DistinctId: "", //数数访客ID
shushu_AccountId: "", //数数账号ID shushu_AccountId: "", //数数账号ID
uid: "", //用户和后端唯一id uid: "", //用户和后端唯一id

View File

@ -68,6 +68,7 @@ export default class Boom extends cc.Component {
if (this.node.parent.getComponent("Block").block_Info.floor) { if (this.node.parent.getComponent("Block").block_Info.floor) {
return; return;
} }
if (this.node.parent.getComponent("Block").over == true) return;
} }
if (this.node.name == "boom2" && this.gameOver == false) { if (this.node.name == "boom2" && this.gameOver == false) {
this.time -= num; this.time -= num;