Commit 9a2230e1 authored by limingzhe's avatar limingzhe

fix: debug

parent 1e6c8576
......@@ -1396,8 +1396,10 @@ cc.Class({
this.letterBgArr.push(letterBg);
letterBg.x = startX + i * (disW + itemW);
console.log("letterBg.y: " + letterBg.y);
const letter = this.getLetter(curRandomText[i]);
letter.y = 10;
letter.y = letterBg.y;
letter.x = letterBg.x;
letter.offY = letter.y;
letter.baseX = letter.x;
......
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