mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
23
JNFrame2/Modules/FairyGUI/assets/Launcher/Comp/Button.xml
Normal file
23
JNFrame2/Modules/FairyGUI/assets/Launcher/Comp/Button.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>
|
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="100,20" extention="Button">
|
||||
<Button/>
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver"/>
|
||||
<displayList>
|
||||
<graph id="n0_ed8i" name="n0" xy="0,0" size="100,20" type="rect" lineSize="0" fillColor="#F0F0F0" touchable="false">
|
||||
<gearDisplay controller="button" pages="0"/>
|
||||
<relation target="" sidePair="width,height"/>
|
||||
</graph>
|
||||
<graph id="n1_ed8i" name="n1" xy="0,0" size="100,20" type="rect" lineSize="0" fillColor="#FAFAFA" touchable="false">
|
||||
<gearDisplay controller="button" pages="2"/>
|
||||
<relation target="" sidePair="width,height"/>
|
||||
</graph>
|
||||
<graph id="n2_ed8i" name="n2" xy="0,0" size="100,20" type="rect" lineSize="0" fillColor="#CCCCCC" touchable="false">
|
||||
<gearDisplay controller="button" pages="1,3"/>
|
||||
<relation target="" sidePair="width,height"/>
|
||||
</graph>
|
||||
</displayList>
|
||||
</component>
|
Reference in New Issue
Block a user