Commit 504d5d21 authored by asdf's avatar asdf

去掉goodjob音效

parent 3ac7fd16
{
"ver": "2.0.1",
"uuid": "572039bb-724c-435a-95e7-22b0d49b03e2",
"downloadMode": 0,
"duration": 0.216,
"subMetas": {}
}
\ No newline at end of file
......@@ -122,7 +122,7 @@ cc.Class({
this.startGame();
},
initBoot(){
initBoot() {
GameData.questionIndex = 0;
this.loadCenterImage();
this.questionList = [];
......@@ -131,7 +131,7 @@ cc.Class({
}
this.nodeDict.nodBgTitle.on('touchstart', () => {
if(GameData.audioCount !== 0){
if (GameData.audioCount !== 0) {
return;
}
GameData.audioCount++;
......@@ -265,7 +265,8 @@ cc.Class({
.to(0.1, { scale: 1 })
.call(() => {
this.onBtnClickAudio(() => {
this.playAudioGoodjob();
// this.playAudioGoodjob();
this.checkOver();
});
})
.start()
......@@ -354,7 +355,7 @@ cc.Class({
},
playAudio(cb) {
if(GameData.audioCount !== 0){
if (GameData.audioCount !== 0) {
return;
}
GameData.audioCount++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment