布景暂停状态

This commit is contained in:
郑浩乐
2016-01-01 08:19:34 +08:00
parent 5f1157664d
commit fce69b38fd
2 changed files with 10 additions and 5 deletions

View File

@@ -9,6 +9,8 @@
case 13:
case 32:
game.nextStage();
// stage.status = 2;
// console.log(this);
break;
}
});