Fix Editor ChangeFloor Bug

This commit is contained in:
ckcz123 2018-12-06 16:22:16 +08:00
parent 5401714b3f
commit 75bff6bcd6
2 changed files with 3 additions and 1 deletions

View File

@ -388,7 +388,7 @@ var data_comment_c456ea59_6018_45ef_8bcc_211a24c627dc =
"animateSpeed": {
"_leaf": true,
"_type": "textarea",
"_data": "动画时间一般300比较合适"
"_data": "全局动画时间,即怪物振动频率一般300比较合适"
}
}
},

View File

@ -171,6 +171,8 @@ events.prototype.startGame = function (hard, seed, route, callback) {
}
if (main.mode!='play') return;
if (core.flags.startUsingCanvas) {
core.dom.startPanel.style.display = 'none';
start();