Commit 1125785b authored by Tt's avatar Tt

调整缩放比率

parent 6db75ee4
......@@ -279,7 +279,7 @@ cc.Class({
const box_mid = cc.find('Canvas/bg/box_mid');
cc.tween(optionNode).to(0.2, { x: 0, y: 420 }, cc.easing.quadOut).call(() => {
optionNode.parent = box_mid;
}).to(0.2, { x: 0, y: 100, scale: 0.6 }, cc.easing.quadOut).start();
}).to(0.2, { x: 0, y: 100, scale: 0.4 }, cc.easing.quadOut).start();
//copy-end
this.boxJump();
......
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