Commit ae3f301b authored by zjz1994's avatar zjz1994

修改loading

parent 4f96e472
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
"name": "helpGroup" "name": "helpGroup"
}, },
{ {
"keys": "virprizebg_png,lightdi_png,wormhole_png,startscenebg_jpg,adsmask_png,nsad2_png,nsad1_png,hbchuanguan2_png,redAlert_btn1_png,loadingbgfes_png,titimg1_png,titimg2_png,titimg3_png,titimg4_png,ele42fn_png,ele43fn_png,ele44fn_png,ele45fn_png", "keys": "virprizebg_png,lightdi_png,wormhole_png,startscenebg_jpg,adsmask_png,nsad2_png,nsad1_png,hbchuanguan2_png,redAlert_btn1_png,loadingbgfes_png,titimg1_png,titimg2_png,titimg3_png,titimg4_png,ele42fn_png,ele43fn_png,ele44fn_png,ele45fn_png,addhbimg_png",
"name": "preload" "name": "preload"
} }
], ],
...@@ -5496,6 +5496,11 @@ ...@@ -5496,6 +5496,11 @@
"url": "assets/mainScene/ele45fn.png", "url": "assets/mainScene/ele45fn.png",
"type": "image", "type": "image",
"name": "ele45fn_png" "name": "ele45fn_png"
},
{
"name": "addhbimg_png",
"type": "image",
"url": "assets/common/addhbimg.png"
} }
] ]
} }
\ No newline at end of file
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<e:Component id="bg" width="750" height="1624" verticalCenter="0"/> <e:Component id="bg" width="750" height="1624" verticalCenter="0"/>
<e:Component id="container2" x="0" width="750" height="1624" verticalCenter="0"/> <e:Component id="container2" x="0" width="750" height="1624" verticalCenter="0"/>
<e:Component id="container1" x="0" width="750" height="1624" verticalCenter="235"/> <e:Component id="container1" x="0" width="750" height="1624" verticalCenter="235"/>
<e:Image source="addhbimg_png" horizontalCenter="0" y="181"/>
<e:Group width="750" x="0" verticalCenter="494"> <e:Group width="750" x="0" verticalCenter="494">
<e:Group y="30.94" x="140"> <e:Group y="30.94" x="140">
<e:Image source="loadingbg_png" y="0" x="0"/> <e:Image source="loadingbg_png" y="0" x="0"/>
......
...@@ -315,7 +315,7 @@ export const Chapters2: ChapterData[] = [ ...@@ -315,7 +315,7 @@ export const Chapters2: ChapterData[] = [
generateLats: [ generateLats: [
{ index: 0, type: [0], cus: [] }, { index: 0, type: [0], cus: [] },
{ index: 3, type: [0], cus: [] }, { index: 3, type: [0], cus: [] },
{ index: 2, type: [0], cus: [] }, { index: 2, type: [0], cus: [20] },
{ index: 1, type: [0], cus: [] }, { index: 1, type: [0], cus: [] },
{ index: 36, type: [0], cus: [] }, { index: 36, type: [0], cus: [] },
{ index: 37, type: [0], cus: [] }, { index: 37, type: [0], cus: [] },
......
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