Commit eedc044c authored by limingzhe's avatar limingzhe

fix: debug

parent 220e494a
No preview for this file type
...@@ -344,6 +344,8 @@ cc.Class({ ...@@ -344,6 +344,8 @@ cc.Class({
starTop.addChild(starBig); starTop.addChild(starBig);
starBig.angle = -90; starBig.angle = -90;
starBg.starBig = starBig; starBg.starBig = starBig;
starBig.x = 0;
starBig.y = 0;
this.bigStarArr.push(starBg); this.bigStarArr.push(starBg);
} }
......
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