updated bug修复
This commit is contained in:
parent
4aa1c1b30f
commit
395d998c34
4
index.js
4
index.js
@ -260,9 +260,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
if(JSON.stringify(beans.data).indexOf(0)<0){ //当没有物品的时候,进入下一关
|
if(JSON.stringify(beans.data).indexOf(0)<0){ //当没有物品的时候,进入下一关
|
||||||
setTimeout(function(){
|
game.nextStage();
|
||||||
game.nextStage();
|
|
||||||
},1500);
|
|
||||||
}
|
}
|
||||||
}else if(stage.status==3){ //场景临时状态
|
}else if(stage.status==3){ //场景临时状态
|
||||||
if(!stage.timeout){
|
if(!stage.timeout){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user