|
@@ -9815,6 +9815,7 @@
|
|
|
let curUse = DataMgr.getCurBallRod();
|
|
|
console.log('zh:UIGame 选择的球杆234 = ' + curUse);
|
|
|
this.getGanZiImg();
|
|
|
+ xGame.soundMgr.playSound("bjyy1", 0);
|
|
|
}
|
|
|
updateSelf() {
|
|
|
if (xGame.common.gameMode == GameMode.classic) {
|
|
@@ -10328,6 +10329,7 @@
|
|
|
this.ui.off(Laya.Event.MOUSE_OUT, this, this.onEventUp);
|
|
|
}
|
|
|
resetGame() {
|
|
|
+ xGame.soundMgr.stopSound("bjyy1");
|
|
|
this.closeAllEvent();
|
|
|
this.hideBallUI();
|
|
|
xGame.common.gameMgr.gamePause = true;
|
|
@@ -17996,6 +17998,7 @@
|
|
|
let curUse = DataMgr.getCurBallRod();
|
|
|
console.log('zh:UIGame 选择的球杆234 = ' + curUse);
|
|
|
this.getGanZiImg();
|
|
|
+ xGame.soundMgr.playSound("bjyy1", 0);
|
|
|
}
|
|
|
updateSelf() {
|
|
|
if (xGame.common.gameMode == GameMode.classic) {
|
|
@@ -18509,6 +18512,7 @@
|
|
|
this.ui.off(Laya.Event.MOUSE_OUT, this, this.onEventUp);
|
|
|
}
|
|
|
resetGame() {
|
|
|
+ xGame.soundMgr.stopSound("bjyy1");
|
|
|
this.closeAllEvent();
|
|
|
this.hideBallUI();
|
|
|
xGame.common.gameMgr.gamePause = true;
|