Commit e4318ba0 authored by wildfirecode13's avatar wildfirecode13

u

parent e7c8bc27
......@@ -36,6 +36,10 @@ export class IndexScene extends Scene {
initUi(){
super.initUi();
const svgaLayer = new FYGE.Sprite();
this.addChildAt(svgaLayer,1);
const svga = new FYGE.MovieClip(RES.getRes('首页元素循环-输出.svga'));
svgaLayer.addChild(svga);
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