32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<e:Skin class="GameEditorSceneSkin" width="640" height="960" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:ns1="*">
|
|
<e:Group id="bgContainer" width="640" x="0" height="960" y="0" locked="true">
|
|
<e:Image horizontalCenter="0" bottom="0" source="zuma_game_jpg"/>
|
|
|
|
</e:Group>
|
|
<e:Group id="gameContainer" >
|
|
<e:Group id="centerContainer" height="1" width="1" x="365" y="553" rotation="0">
|
|
<e:Image horizontalCenter="0" verticalCenter="-29.5" source="zuma_json.zuma_home_png"/>
|
|
</e:Group>
|
|
</e:Group>
|
|
<e:Group id="topContainer" left="0" right="0" top="0" bottom="0">
|
|
<e:Button id="outBtn" label="输出" x="37" y="20" width="100" height="30">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled">
|
|
<e:Image width="100%" height="100%" source="zuma_game_jpg"/>
|
|
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0"/>
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
<e:Button id="clearBtn" y="19" width="100" label="清除" height="30" x="151">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled">
|
|
<e:Image width="100%" height="100%" source="zuma_game_jpg"/>
|
|
<e:Label id="labelDisplay0" horizontalCenter="0" verticalCenter="0"/>
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
<e:Image x="526" bottom="95" source="zuma_json.zuma_bowl_png"/>
|
|
|
|
</e:Group>
|
|
</e:Skin> |