Commit 2992daf5 authored by wildfirecode's avatar wildfirecode

1

parent 20e8ee56
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"name": "mainScene" "name": "mainScene"
}, },
{ {
"keys": "showoff_jpg,share2_jpg", "keys": "showoff_jpg,share2_jpg,iconbg1_png",
"name": "preload" "name": "preload"
} }
], ],
...@@ -1355,6 +1355,11 @@ ...@@ -1355,6 +1355,11 @@
"url": "assets/mainScene/guideTxt4.png", "url": "assets/mainScene/guideTxt4.png",
"type": "image", "type": "image",
"name": "guideTxt4_png" "name": "guideTxt4_png"
},
{
"name": "iconbg1_png",
"type": "image",
"url": "assets/map/iconbg1.png"
} }
] ]
} }
\ No newline at end of file
...@@ -7,14 +7,18 @@ ...@@ -7,14 +7,18 @@
</e:Scroller> </e:Scroller>
<e:Group id="treasureboxBtn" x="-0.6" y="159"> <e:Group id="treasureboxBtn" x="-0.6" y="159">
<e:Image source="宝箱bg_png"/> <e:Image source="宝箱bg_png"/>
<e:Group x="35" y="47"> <e:Group x="41.08" y="45.48">
<e:Rect id="rect" width="124" height="45" x="0" y="0"/> <e:Rect id="rect" width="124" height="45" x="0" y="0" visible="false"/>
<e:Image id="progressbg" source="progress2_png" y="0" x="0"/> <e:Image id="progressbg" source="progress2_png" y="0" x="0" visible="false"/>
<e:Image id="progressfront" source="progress1_png" y="0" x="0"/> <e:Image id="progressfront" source="progress1_png" y="0" x="0" visible="false"/>
<e:Image source="星星_png" verticalCenter="-2.5" x="-8"/> <e:Image source="星星_png" verticalCenter="-2.5" x="-8"/>
<e:Label id="totalStarTxt" text="210/210" x="24.04" width="91" verticalAlign="middle" textAlign="center" size="24" verticalCenter="1.5"/> <e:Label id="totalStarTxt" text="210/210" x="34.68" verticalAlign="middle" textAlign="left" size="24" verticalCenter="1.5"/>
</e:Group> </e:Group>
<e:Image id="box" source="宝箱_png" right="34" verticalCenter="3" anchorOffsetX="34" anchorOffsetY="34"/> <e:Image id="box" source="宝箱_png" right="34" verticalCenter="3" anchorOffsetX="34" anchorOffsetY="34"/>
<e:Group id="boxiconWrapper" x="193.68" y="34.86">
<e:Image source="iconbg1_png" x="8.32" y="0"/>
<e:Label id="boxNumsTxt" text="88" x="0" verticalAlign="middle" textAlign="center" size="18" width="46" y="6.14"/>
</e:Group>
</e:Group> </e:Group>
<e:Group id="top" x="36" y="24"> <e:Group id="top" x="36" y="24">
<e:Image source="元宝bg_png" x="0" y="0"/> <e:Image source="元宝bg_png" x="0" y="0"/>
......
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