8 lines
556 B
XML
8 lines
556 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e:Skin class="LogoSceneSkin" width="640" height="1136" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
|
<e:Image source="loadingbg_jpg" x="0" y="0" height="1136"/>
|
|
<e:Image source="laodingbg2_png" y="300.5" horizontalCenter="14"/>
|
|
<e:Image id="progressBar" fillMode="clip" x="101" source="progressbar_png" y="548"/>
|
|
<e:BitmapLabel id="textLabel" text="100%" font="loading_font_fnt" width="119" textAlign="center" y="636" x="357"/>
|
|
<e:Image source="loading_png" x="160" y="631.5"/>
|
|
</e:Skin> |