Commit ed2dd9ec authored by limingzhe's avatar limingzhe

fix: debug

parent 63cab101
......@@ -1482,7 +1482,7 @@ cc.Class({
.call(() => {
const particleNode = new cc.Node();
this.canvas.addChild(particleNode);
particleNode.scale = 1;
particleNode.scale = 1.5;
delayCall(0.2, () => {
if (this.isDestroy) {
......
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