Commit 2d17c4ad authored by 范雪寒's avatar 范雪寒

feat:

parent 143e72b8
......@@ -186,7 +186,7 @@ cc.Class({
optionNode.parent = box;
cc.tween(optionNode)
.to(0.1, { scale: Math.min(1, (maxOptionWidth * 0.85) / optionNode.width, maxOptionHeight / optionNode.height) })
.to(0.1, { scale: Math.min((maxOptionWidth * 0.80) / optionNode.width, maxOptionHeight / optionNode.height) })
.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