Commit 4530838b authored by wildfirecode13's avatar wildfirecode13

u

parent 6ad33872
...@@ -38,8 +38,13 @@ export class IndexScene extends Scene { ...@@ -38,8 +38,13 @@ export class IndexScene extends Scene {
super.initUi(); super.initUi();
const svgaLayer = new FYGE.Sprite(); const svgaLayer = new FYGE.Sprite();
this.addChildAt(svgaLayer,1); this.addChildAt(svgaLayer,1);
const svga = new FYGE.MovieClip(RES.getRes('首页元素循环-输出.svga')); const svga = new FYGE.MovieClip(RES.getRes('首页元素循环上-输出.svga'));
svga.y=45;
svgaLayer.addChild(svga); svgaLayer.addChild(svga);
const svga2 = new FYGE.MovieClip(RES.getRes('首页元素循环下-输出.svga'));
svgaLayer.addChild(svga2);
// window['q']=svga2
svga2.y=1320;
sendLog("exposure",9); sendLog("exposure",9);
} }
......
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