19 lines
877 B
XML
19 lines
877 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<e:Skin class="GameSceneSkin" width="640" height="960" xmlns:e="http://ns.egret.com/eui"
|
|
xmlns:w="http://ns.egret.com/wing" xmlns:ns1="*">
|
|
<e:Image id="imgGround" bottom="0" left="0" right="0" />
|
|
<e:Button id="btnBackHome" bottom="16" right="19">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled">
|
|
<e:Image width="100%" height="100%" source="btn_back_home_png" />
|
|
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" />
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
<e:Group id="groupHouse" horizontalCenter="105.5" width="0" height="0" bottom="559" name="groupHouse" />
|
|
<e:Group id="groupDog" x="153.34" bottom="539">
|
|
<e:Image id="imgDogHouse" source="dog_house_png" />
|
|
</e:Group>
|
|
<e:Image id="imgFenceBack" bottom="348" y="10" right="0" />
|
|
<e:Image id="imgFenceFront" x="0" bottom="117" />
|
|
</e:Skin> |