Commit 4e0d5b4e authored by shunx 马's avatar shunx 马

Merge branch 'disu0811' of gitlab2.dui88.com:wildfirecode13/wfc13 into disu0811

parents ab4dd17e e4318ba0
......@@ -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