更新
This commit is contained in:
parent
4f36471a56
commit
9d92332d72
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user