Commit c8988fe9 authored by limingzhe's avatar limingzhe

fix: debug

parent 81103ed1
......@@ -469,6 +469,8 @@ cc.Class({
this.initCat();
const node = cc.find('middleLayer/ConsoleNode/BtnOpen');
node.opacity = 0;
},
showGuide() {
......@@ -3819,7 +3821,7 @@ cc.Class({
cc.tween(panel)
.to(1, {x: 0}, {easing: 'cubicOut'})
.to(1, {x: -this.canvas.width * 0.05}, {easing: 'cubicOut'})
.call(() => {
this.hotZone1LoadEnd = true;
this.startTesting();
......
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