Commit edbf5688 authored by limingzhe's avatar limingzhe

fix: 选项字体阴影

parent d9dced86
...@@ -1434,6 +1434,8 @@ cc.Class({ ...@@ -1434,6 +1434,8 @@ cc.Class({
} else { } else {
opItemArr[i].label.node.scale = 1; opItemArr[i].label.node.scale = 1;
} }
opItemArr[i].shadowLabel.node.scale = opItemArr[i].label.node.scale;
const soundIcon = opItemArr[i].soundIcon; const soundIcon = opItemArr[i].soundIcon;
......
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