Commit 5a5caace authored by wildfirecode's avatar wildfirecode

1

parent 396e64fa
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"preload_4","version":5,"files":["../assets/xuanshi/backstartBtn.png","../assets/pk/pkfinishbg.png","../assets/xuanshi/xsbg.png","../assets/pop/rankbg.png","../assets/map/mapam.png","../assets/map/mapcx.png","../assets/map/maphg.png","../assets/map/maphz.png","../assets/map/mapmg.png","../assets/map/maprb.png","../assets/map/maptb.png","../assets/map/mapxg.png"]}
\ No newline at end of file
......@@ -26,10 +26,10 @@ export default class ShareStarterScene extends Scene {
this.height = this.stage.stageHeight;
}, this);
this._standby = await loadSvga(getResPath() + 'resource/assets/svgas/standby.svga', this['group']) as SVGA.EgretMovieClip;
this._standby.visible = true;
this._bg = await loadSvga(getResPath() + 'resource/assets/svgas/bg.svga', this['group']) as SVGA.EgretMovieClip;
this._bg.visible = false;
this._standby = await loadSvga(getResPath() + 'resource/assets/svgas/standby.svga', this['group']) as SVGA.EgretMovieClip;
this._standby.visible = false;
this._trans = await loadSvga(getResPath() + 'resource/assets/svgas/trans.svga', this['group']) as SVGA.EgretMovieClip;
this._trans.visible = false;
......
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