Commit e8b463de authored by liujiangnan's avatar liujiangnan

debug

parent 0b4eaa59
...@@ -195,7 +195,7 @@ cc.Class({ ...@@ -195,7 +195,7 @@ cc.Class({
.call(() => { .call(() => {
exitBtn.active = false; exitBtn.active = false;
cc.game.removePersistRootNode(this.node); cc.game.removePersistRootNode(this.node);
cc.director.loadScene("middleLayer_for_debug", () => { cc.director.loadScene("debug_shell", () => {
}); });
}) })
.start(); .start();
......
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