Commit e42f2cba authored by wildfirecode's avatar wildfirecode

1

parent e25e4dac
......@@ -10,7 +10,7 @@
},
{
"name": "preload",
"keys": "lv1_png,lv_common_png,lv2_png,lv3_png,lv4_png,allpassed_png,5_png,20_png,10_png,15_png"
"keys": "lv1_png,lv_common_png,lv2_png,lv3_png,lv4_png,allpassed_png,5_png,20_png,10_png,15_png,lvbg_png"
}
],
"resources": [
......@@ -255,6 +255,11 @@
"name": "15_png",
"type": "image",
"url": "assets/startScene/15.png"
},
{
"name": "lvbg_png",
"type": "image",
"url": "assets/startScene/lvbg.png"
}
]
}
\ No newline at end of file
......@@ -60,7 +60,7 @@
<e:Image id="basket_bottom" source="basket_bottom_png" x="291.5" y="163.88"/>
<e:Image id="basket_top" source="basket_top_png" x="291.6" y="426.08"/>
<e:Image source="bubble_png" x="268" y="1082" visible="false"/>
<e:Image source="progressbg_png" y="74" x="182.5"/>
<e:Image id="progressbg" source="progressbg_png" y="74" x="182.5"/>
<e:Image id="progressfront" source="progressfront_png" width="380" y="77" x="185"/>
<e:Group id="progress1" y="74" width="386" height="36" horizontalCenter="0" visible="false">
<e:Image verticalCenter="0" x="325" source="progress_f1_png"/>
......@@ -80,7 +80,7 @@
<e:Image source="15_png" x="339" y="19"/>
<e:Image source="5_png" x="106.33" y="20.35"/>
</e:Group>
<e:Group y="74" width="386" height="36" horizontalCenter="0" id="progress4">
<e:Group y="74" width="386" height="36" horizontalCenter="0" id="progress4" visible="false">
<e:Image source="progress_f1_png" verticalCenter="0" x="93" anchorOffsetX="32.5"/>
<e:Image source="progress_f2_png" verticalCenter="0.5" anchorOffsetX="29.5" x="192.5"/>
<e:Image source="progress_f3_png" verticalCenter="0" x="325"/>
......@@ -88,4 +88,26 @@
<e:Image source="20_png" x="341.05" y="19.69"/>
<e:Image source="10_png" x="173.99" y="19.7"/>
</e:Group>
<e:Group id="lvLayer" x="0" y="167.74">
<e:Image id="lvbg" source="lvbg_png" x="55" y="0"/>
<e:Group id="lv1" x="0" y="166.26" width="750">
<e:Image source="lv_common_png" y="103.08" horizontalCenter="14"/>
<e:Image source="lv1_png" y="0" horizontalCenter="0"/>
</e:Group>
<e:Group x="0" y="166.26" width="750" id="lv2" visible="false">
<e:Image source="lv_common_png" y="103.08" horizontalCenter="14"/>
<e:Image y="0" horizontalCenter="0" source="lv2_png"/>
</e:Group>
<e:Group id="lv3" x="0" y="166.26" width="750" visible="false">
<e:Image source="lv_common_png" y="103.08" horizontalCenter="14"/>
<e:Image y="0" horizontalCenter="0" source="lv3_png"/>
</e:Group>
<e:Group id="lv4" x="0" y="166.26" width="750" visible="false">
<e:Image source="lv_common_png" y="103.08" horizontalCenter="14"/>
<e:Image y="0" horizontalCenter="0" source="lv4_png"/>
</e:Group>
<e:Group id="lv5" x="0" y="45.26" width="750" visible="false">
<e:Image source="allpassed_png" y="0" horizontalCenter="0"/>
</e:Group>
</e:Group>
</e:Skin>
\ No newline at end of file
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