Commit 8b492114 authored by limingzhe's avatar limingzhe

fix: debug

parent bb0059cc
...@@ -6414,6 +6414,12 @@ cc.Class({ ...@@ -6414,6 +6414,12 @@ cc.Class({
setOneWriteAnima(data) { setOneWriteAnima(data) {
const animaNode = this.setOneAnimaSmall(data); const animaNode = this.setOneAnimaSmall(data);
const letterH = 125;
const rectNode = animaNode.rectNode;
const sy = rectNode.height / letterH
animaNode.scale = sy
this.animaNodeArr.push(animaNode); this.animaNodeArr.push(animaNode);
}, },
...@@ -6619,6 +6625,8 @@ cc.Class({ ...@@ -6619,6 +6625,8 @@ cc.Class({
}); });
}); });
animaNode.rectNode = rectNode;
return animaNode; return animaNode;
}, },
......
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