Commit ac8b2168 authored by Chen Jiping's avatar Chen Jiping

feat:调整字体大小

parent 0ddbab01
......@@ -376,7 +376,7 @@ cc.Class({
//其余字母
let last = wordArr[i].val.substr(1);
let lastLabel = this.getWord(last, 700, false);
let lastLabel = this.getWord(last, 600, false);
wordNodeArr.push(lastLabel);
}
......
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