mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 11:54:41 +00:00
23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<component size="200,80" extention="Button">
|
||
|
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||
|
<controller name="Type" exported="true" pages="0,更新,1,进入游戏" selected="0"/>
|
||
|
<displayList>
|
||
|
<graph id="n0_ed8i" name="n0" xy="0,0" size="200,80" touchable="false" type="rect" lineSize="0" fillColor="#fff0f0f0">
|
||
|
<gearDisplay controller="button" pages="0"/>
|
||
|
<relation target="" sidePair="width-width,height-height"/>
|
||
|
</graph>
|
||
|
<graph id="n1_ed8i" name="n1" xy="0,0" size="200,80" touchable="false" type="rect" lineSize="0" fillColor="#fffafafa">
|
||
|
<gearDisplay controller="button" pages="2"/>
|
||
|
<relation target="" sidePair="width-width,height-height"/>
|
||
|
</graph>
|
||
|
<graph id="n2_ed8i" name="n2" xy="0,0" size="200,80" touchable="false" type="rect" lineSize="0" fillColor="#ffcccccc">
|
||
|
<gearDisplay controller="button" pages="1,3"/>
|
||
|
<relation target="" sidePair="width-width,height-height"/>
|
||
|
</graph>
|
||
|
<text id="n3_ue30" name="n3" xy="66,18" pivot="0.5,0.5" size="68,44" font="FangSong" fontSize="32" color="#ffffff" bold="true" strokeColor="#000000" strokeSize="2" text="更新">
|
||
|
<gearText controller="Type" pages="1" values="开始游戏" default="更新"/>
|
||
|
</text>
|
||
|
</displayList>
|
||
|
<Button/>
|
||
|
</component>
|