updated 修复玩多盘后,第2关起数据未重置的问题
This commit is contained in:
parent
810265f806
commit
d09a02b308
1
game.js
1
game.js
@ -402,6 +402,7 @@ function Game(id,params){
|
|||||||
_stages[_index].status = 0;
|
_stages[_index].status = 0;
|
||||||
_index = index;
|
_index = index;
|
||||||
_stages[_index].status = 1;
|
_stages[_index].status = 1;
|
||||||
|
_stages[_index].reset(); //重置
|
||||||
return _stages[_index];
|
return _stages[_index];
|
||||||
};
|
};
|
||||||
//下个布景
|
//下个布景
|
||||||
|
Loading…
x
Reference in New Issue
Block a user