替换版版胡和中途胡界面
|
|
@ -136,60 +136,74 @@ function M:init(url,isBigFull)
|
|||
big_result.height = self._view.height
|
||||
end
|
||||
|
||||
|
||||
|
||||
local btn_share_copy = big_result:GetChild('btn_share_copy')
|
||||
btn_share_copy.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
self:__ShareResultStr()
|
||||
end
|
||||
)
|
||||
if btn_share_copy then
|
||||
btn_share_copy.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
self:__ShareResultStr()
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_share_link = big_result:GetChild('btn_share_link')
|
||||
btn_share_link.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
self:__ShareResultInfo()
|
||||
end
|
||||
)
|
||||
if btn_share_link then
|
||||
btn_share_link.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
self:__ShareResultInfo()
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_share_photo = big_result:GetChild('btn_share_photo')
|
||||
btn_share_photo.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
ShareScreenShotWithOption()
|
||||
end
|
||||
)
|
||||
if btn_share_photo then
|
||||
btn_share_photo.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
ShareScreenShotWithOption()
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_result_share = big_result:GetChild('btn_result_share')
|
||||
btn_result_share.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 1
|
||||
end
|
||||
)
|
||||
if btn_result_share then
|
||||
btn_result_share.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 1
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_result_confirm = big_result:GetChild('btn_result_confirm')
|
||||
btn_result_confirm.onClick:Set(
|
||||
function()
|
||||
self:Destroy()
|
||||
ViewManager.ChangeView(ViewManager.View_Lobby)
|
||||
end
|
||||
)
|
||||
if btn_result_confirm then
|
||||
btn_result_confirm.onClick:Set(
|
||||
function()
|
||||
self:Destroy()
|
||||
ViewManager.ChangeView(ViewManager.View_Lobby)
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_close = big_result:GetChild('btn_close')
|
||||
btn_close.onClick:Set(
|
||||
function()
|
||||
self:Destroy()
|
||||
ViewManager.ChangeView(ViewManager.View_Lobby)
|
||||
end
|
||||
)
|
||||
if btn_close then
|
||||
btn_close.onClick:Set(
|
||||
function()
|
||||
self:Destroy()
|
||||
ViewManager.ChangeView(ViewManager.View_Lobby)
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
local btn_close_share = big_result:GetChild('btn_close_share')
|
||||
btn_close_share.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
end
|
||||
)
|
||||
if btn_close_share then
|
||||
btn_close_share.onClick:Set(
|
||||
function()
|
||||
big_result:GetController('share').selectedIndex = 0
|
||||
end
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 703 KiB After Width: | Height: | Size: 670 KiB |
|
Before Width: | Height: | Size: 660 KiB After Width: | Height: | Size: 537 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 969 KiB After Width: | Height: | Size: 1.1 MiB |
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n6_nlz3": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n0_lwcl": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n6_nlz3": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n147_10tp2": {
|
||||
"hidden": true,
|
||||
"collapsed": true
|
||||
"hidden": true
|
||||
},
|
||||
"n145_10tp2": {
|
||||
"hidden": true,
|
||||
"collapsed": true
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,9 +3,6 @@
|
|||
"n199_t7dq": {
|
||||
"hidden": true
|
||||
},
|
||||
"n156_g21o": {
|
||||
"collapsed": true
|
||||
},
|
||||
"n183_s2gd": {
|
||||
"locked": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,11 +1,51 @@
|
|||
{
|
||||
"doc.openedDocs": [],
|
||||
"libview.iconScale": 0,
|
||||
"libview.currentGroup": "",
|
||||
"libview.expandedNodes": [
|
||||
"kof2x9ia",
|
||||
"/"
|
||||
],
|
||||
"libview.firstColumnWidth": 356,
|
||||
"libview.twoColumn": false
|
||||
"libview.iconScale": 0,
|
||||
"doc.openedDocs": [
|
||||
"ui://c7j2rnvqtpf06k",
|
||||
"ui://c7j2rnvqtpf06t",
|
||||
"ui://m7iejg46mpllhv2",
|
||||
"ui://m7iejg46kwi0hkl",
|
||||
"ui://m7iejg46mpllhv5",
|
||||
"ui://27vd145blwcl28",
|
||||
"ui://m7iejg46mkdvhdu",
|
||||
"ui://c7j2rnvqtpf06q",
|
||||
"ui://c7j2rnvqtpf02w",
|
||||
"ui://c7j2rnvqtpf06p",
|
||||
"ui://c7j2rnvqtpf06l"
|
||||
],
|
||||
"auxline1": true,
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://c7j2rnvqtpf06k",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"c7j2rnvq",
|
||||
"/",
|
||||
"c7j2rnvq",
|
||||
"/component/",
|
||||
"c7j2rnvq",
|
||||
"/component/ENJCSMui/",
|
||||
"c7j2rnvq",
|
||||
"/component/qishou_hu/",
|
||||
"c7j2rnvq",
|
||||
"/component/qishou_hu/images/",
|
||||
"c7j2rnvq",
|
||||
"/component/result/",
|
||||
"c7j2rnvq",
|
||||
"/component/result/component/",
|
||||
"m7iejg46",
|
||||
"/",
|
||||
"m7iejg46",
|
||||
"/mgr/",
|
||||
"m7iejg46",
|
||||
"/mgr/component/",
|
||||
"m7iejg46",
|
||||
"/mgr/component/play_set/"
|
||||
],
|
||||
"snapToGrid": true,
|
||||
"backgroundColor": 6710886,
|
||||
"libview.currentGroup": "",
|
||||
"gridSize": 30,
|
||||
"gridColor": 80
|
||||
}
|
||||
|
|
@ -1,26 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="846,501" extention="Button">
|
||||
<component size="2100,631" extention="Button">
|
||||
<controller name="show_line" exported="true" pages="0,,1," selected="0"/>
|
||||
<controller name="show_di" exported="true" pages="0,,1," selected="0"/>
|
||||
<controller name="style" exported="true" pages="0,,1,,2,,3," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n7_trjm" name="n7" src="trjmcih" fileName="images/win/zstk.png" xy="-2,2" size="846,501" pkg="27vd145b">
|
||||
<image id="n7_trjm" name="n7" pkg="27vd145b" src="trjmcih" fileName="images/win/zstk.png" xy="-2,2" size="2100,631">
|
||||
<gearDisplay controller="style" pages="1"/>
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n9_k24k" name="n9" src="tpf06m" fileName="images/win/tydk1.png" xy="0,0" size="846,501">
|
||||
<image id="n9_k24k" name="n9" src="tpf06m" fileName="font/images/win/tydk1.png" xy="0,0" size="2100,631">
|
||||
<gearDisplay controller="style" pages="3"/>
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n0_lwcl" name="bg" src="tpf030" fileName="images/win/tkd.png" xy="0,0" size="846,501" visible="false">
|
||||
<image id="n0_lwcl" name="bg" src="tpf030" fileName="font/images/win/tkd.png" xy="0,0" size="2100,631" visible="false">
|
||||
<gearDisplay controller="style" pages="0"/>
|
||||
<relation target="" sidePair="height-height,width-width"/>
|
||||
</image>
|
||||
<image id="n5_eeqm" name="n5" src="tpf06n" fileName="images/win/zz.png" xy="26,74" size="791,311">
|
||||
<image id="n5_eeqm" name="n5" src="n4bnc5" fileName="component/ENJCSMui/Rectangle 5579.png" xy="79,129" size="1941,338">
|
||||
<gearDisplay controller="show_di" pages="0"/>
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<loader id="n4_lwcl" name="icon" xy="136,9" size="593,69" url="ui://c7j2rnvqtpf06o" align="center" vAlign="middle">
|
||||
<loader id="n4_lwcl" name="icon" xy="753,9" size="593,118" url="ui://c7j2rnvqtpf06o" align="center" vAlign="middle">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</loader>
|
||||
</displayList>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="288,82" extention="Button">
|
||||
<component size="400,169" extention="Button">
|
||||
<displayList>
|
||||
<image id="n1" name="n1" src="tpf02u" xy="0,0" size="288,82"/>
|
||||
<loader id="n2" name="icon" xy="0,0" size="288,82" align="center" vAlign="middle"/>
|
||||
<image id="n1" name="n1" src="n4bnc3" fileName="component/ENJCSMui/Group 519.png" xy="0,0" size="400,169"/>
|
||||
<loader id="n2" name="icon" xy="0,0" size="400,169" align="center" vAlign="middle"/>
|
||||
</displayList>
|
||||
<Button downEffect="dark" downEffectValue="0.80"/>
|
||||
<Button downEffect="dark" downEffectValue=".8"/>
|
||||
</component>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="87,92" extention="Button" initName="btn_close">
|
||||
<component size="132,132" extention="Button" initName="btn_close">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<controller name="style" exported="true" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<loader id="n3_j046" name="icon" xy="0,2" size="87,92" url="ui://c7j2rnvqtpf02x" autoSize="true"/>
|
||||
<loader id="n3_j046" name="icon" xy="0,0" size="132,132" url="ui://c7j2rnvqn4bnc2" fill="scaleFree"/>
|
||||
</displayList>
|
||||
<Button downEffect="dark" downEffectValue=".8"/>
|
||||
</component>
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="250,55">
|
||||
<component size="412,78">
|
||||
<displayList>
|
||||
<loader id="n3_uokn" name="icon" xy="0,-1" size="160,57" url="ui://c7j2rnvqtpf06j" align="center" vAlign="middle" fill="scale" shrinkOnly="true"/>
|
||||
<text id="n1_uokn" name="n1" xy="166,-1" size="33,58" fontSize="48" color="#ffffff" autoSize="none" text="X"/>
|
||||
<text id="n2_uokn" name="num" xy="203,-1" size="38,58" fontSize="48" color="#ffffff" align="center" autoSize="none" text="1"/>
|
||||
<loader id="n3_uokn" name="icon" xy="0,0" size="268,78" url="ui://c7j2rnvqn4bncb" align="center" vAlign="middle" fill="scale" shrinkOnly="true"/>
|
||||
<text id="n1_uokn" name="n1" xy="275,-5" size="48,84" font="ui://27vd145bpxed7ik2" fontSize="64" color="#ffffff" vAlign="bottom" autoSize="shrink" text="X"/>
|
||||
<text id="n2_uokn" name="num" xy="324,-5" size="83,84" font="ui://27vd145bpxed7ik2" fontSize="64" color="#ffffff" vAlign="bottom" autoSize="shrink" text="0"/>
|
||||
</displayList>
|
||||
<transition name="t0"/>
|
||||
</component>
|
||||
|
|
@ -1,14 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1334,400">
|
||||
<component size="2100,613">
|
||||
<displayList>
|
||||
<component id="n0_v38k" name="n0" src="tpf06l" fileName="Win_Frame.xml" xy="0,0" size="1334,400">
|
||||
<Button icon="ui://c7j2rnvqtpf06b"/>
|
||||
<component id="n0_v38k" name="n0" src="tpf06l" fileName="Win_Frame.xml" xy="0,0" size="2100,613">
|
||||
<Button icon="ui://c7j2rnvqn4bnc6"/>
|
||||
</component>
|
||||
<list id="n3_v38k" name="list" xy="0,81" size="1334,222" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle"/>
|
||||
<component id="n4_v38k" name="btn_close" src="tpf02w" fileName="buttons/Btn_close.xml" xy="1235,-1"/>
|
||||
<component id="n5_uokn" name="btn_qs" src="tpf06q" fileName="buttons/Btn_Yellow_long.xml" xy="523,306">
|
||||
<list id="n3_v38k" name="list" xy="78,129" size="1941,317" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle" autoClearItems="true">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<component id="n4_v38k" name="btn_close" src="tpf02w" fileName="buttons/Btn_close.xml" xy="1933,82"/>
|
||||
<component id="n5_uokn" name="btn_qs" src="tpf06q" fileName="buttons/Btn_Yellow_long.xml" xy="850,466">
|
||||
<Button title="起手胡" titleColor="#ffffff"/>
|
||||
</component>
|
||||
<text id="n6_nlz3" name="n6" xy="530,309" size="273,75" font="FZHei-B01S" fontSize="30" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="板板胡"/>
|
||||
<text id="n6_nlz3" name="n6" xy="908,504" size="273,75" visible="false" font="FZHei-B01S" fontSize="30" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="板板胡"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,14 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1334,400">
|
||||
<component size="2100,613">
|
||||
<displayList>
|
||||
<component id="n0_v38k" name="n0" src="tpf06l" fileName="Win_Frame.xml" xy="0,0" size="1334,400">
|
||||
<Button icon="ui://c7j2rnvqtpf06s"/>
|
||||
<component id="n0_v38k" name="n0" src="tpf06l" fileName="Win_Frame.xml" xy="0,0" size="2100,613">
|
||||
<Button icon="ui://c7j2rnvqn4bncg"/>
|
||||
</component>
|
||||
<list id="n3_v38k" name="list" xy="0,81" size="1334,222" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle"/>
|
||||
<component id="n4_v38k" name="btn_close" src="tpf02w" fileName="buttons/Btn_close.xml" xy="1235,-1"/>
|
||||
<component id="n5_uokn" name="btn_qs" src="tpf06q" fileName="buttons/Btn_Yellow_long.xml" xy="523,306">
|
||||
<Button title="起手胡" titleColor="#ffffff"/>
|
||||
<list id="n3_v38k" name="list" xy="78,129" size="1941,317" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle" autoClearItems="true">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<component id="n4_v38k" name="btn_close" src="tpf02w" fileName="buttons/Btn_close.xml" xy="1933,82"/>
|
||||
<component id="n5_uokn" name="btn_qs" src="tpf06q" fileName="buttons/Btn_Yellow_long.xml" xy="850,466">
|
||||
<Button title="起手胡" titleColor="#ffffff" icon="ui://c7j2rnvqn4bnc4"/>
|
||||
</component>
|
||||
<text id="n6_nlz3" name="n6" xy="532,310" size="273,75" font="FZHei-B01S" fontSize="30" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="板板胡"/>
|
||||
<text id="n6_nlz3" name="n6" xy="532,310" size="273,75" visible="false" font="FZHei-B01S" fontSize="30" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="板板胡"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -229,14 +229,14 @@
|
|||
<image id="tpf069" name="game_bg_01.png" path="/component/qishou_hu/images/" scale="9grid" scale9grid="99,0,2,15" gridTile="16"/>
|
||||
<component id="tpf06a" name="Component3(1).xml" path="/component/phone_info/"/>
|
||||
<image id="tpf06b" name="biaoti.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06c" name="qs21.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06d" name="qs23.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06e" name="qs24.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06f" name="qs25.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06g" name="qs26.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06h" name="qs27.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06i" name="qs22.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06j" name="qs30.png" path="/component/qishou_hu/images/" exported="true"/>
|
||||
<image id="tpf06c" name="qs21.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06d" name="qs23.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06e" name="qs24.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06f" name="qs25.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06g" name="qs26.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06h" name="qs27.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06i" name="qs22.png" path="/component/qishou_hu/images/"/>
|
||||
<image id="tpf06j" name="qs30.png" path="/component/qishou_hu/images/"/>
|
||||
<component id="tpf06k" name="pop_tip_qishou.xml" path="/component/qishou_hu/" exported="true"/>
|
||||
<component id="tpf06l" name="Win_Frame.xml" path="/" exported="true"/>
|
||||
<image id="tpf06m" name="tydk1.png" path="/font/images/win/" exported="true" scale="9grid" scale9grid="31,35,62,70"/>
|
||||
|
|
@ -435,6 +435,20 @@
|
|||
<component id="tpf0bz" name="MsgBubble3.xml" path="/component/" exported="true"/>
|
||||
<component id="tpf0c0" name="PlayerHead_4.xml" path="/"/>
|
||||
<image id="tpf0c1" name="icon.png" path="/"/>
|
||||
<image id="n4bnc2" name="Frame 1238.png" path="/component/ENJCSMui/"/>
|
||||
<image id="n4bnc3" name="Group 519.png" path="/component/ENJCSMui/"/>
|
||||
<image id="n4bnc4" name="Group 520.png" path="/component/ENJCSMui/"/>
|
||||
<image id="n4bnc5" name="Rectangle 5579.png" path="/component/ENJCSMui/"/>
|
||||
<image id="n4bnc6" name="板板胡.png" path="/component/ENJCSMui/"/>
|
||||
<image id="n4bnc7" name="qs24.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bnc8" name="qs22.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bnc9" name="qs25.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bncb" name="qs30.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bncc" name="qs21.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bncd" name="qs23.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bnce" name="qs26.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bncf" name="qs27.png" path="/component/ENJCSMui/" exported="true"/>
|
||||
<image id="n4bncg" name="中途胡.png" path="/component/ENJCSMui/"/>
|
||||
</resources>
|
||||
<publish name="Extend_MJ_ChangSha" path="..\wb_unity_pro\Assets\ART\extend\majiang\changsha\ui" packageCount="2"/>
|
||||
</packageDescription>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<group id="n124_j06m" name="n124" xy="988,11" size="251,47" group="n114_kwi0" advanced="true">
|
||||
<gearDisplay controller="alliance" pages="1"/>
|
||||
</group>
|
||||
<component id="n126_g21o" name="btn_base_pump" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="972,2" size="196,49" group="n128_g21o" controller="type,2">
|
||||
<component id="n126_g21o" name="btn_base_pump" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="972,2" size="408,49" group="n128_g21o" controller="type,2">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title="抽水保障:" titleFontSize="42"/>
|
||||
</component>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
</component>
|
||||
<group id="n155_10tp2" name="n155" xy="249,325" size="635,68" group="n156_10tp2" advanced="true"/>
|
||||
<group id="n156_10tp2" name="n156" xy="0,325" size="884,68" advanced="true"/>
|
||||
<component id="n157_umid" name="robot_room" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="0,497" size="200,57" group="n165_umid" controller="type,1">
|
||||
<component id="n157_umid" name="robot_room" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="0,497" size="441,57" group="n165_umid" controller="type,1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title="机器人数量:" titleFontSize="42"/>
|
||||
</component>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<text id="n166_umid" name="tex_robot_room" xy="256,498" size="167,58" group="n165_umid" font="ui://27vd145bpxed7ik2" fontSize="36" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" singleLine="true" autoClearText="true" text="1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<group id="n165_umid" name="n165" xy="0,497" size="438,59" advanced="true"/>
|
||||
<group id="n165_umid" name="n165" xy="0,497" size="441,59" advanced="true"/>
|
||||
<component id="n167_upe1" name="n167" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="0,415" size="200,57" group="n175_upe1" controller="type,1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title="按抽返点:" titleFontSize="42"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1350,163">
|
||||
<controller name="c1" pages="0,,6,,7," selected="0"/>
|
||||
<controller name="type" pages="0,,1,,2,,3," selected="1">
|
||||
<controller name="type" pages="0,,1,,2,,3," selected="0">
|
||||
<action type="change_page" fromPage="0,1" toPage="2,3" controller="c1" targetPage="0"/>
|
||||
</controller>
|
||||
<controller name="last" pages="0,,1," selected="0"/>
|
||||
|
|
@ -135,9 +135,9 @@
|
|||
</component>
|
||||
<component id="n116_tdzb" name="btn_give_owner" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="452,88" size="136,58" group="n110_vz9l">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title=" 40" titleFontSize="42" controller="give_owner" page="1"/>
|
||||
<Button title=" " titleFontSize="42" controller="give_owner" page="1"/>
|
||||
</component>
|
||||
<component id="n117_tdzb" name="cb_min_send" src="mkdvhdu" fileName="component/Btn/ComboBox1.xml" xy="583,62" size="165,49" group="n110_vz9l" visible="false" touchable="false" controller="type,1">
|
||||
<component id="n117_tdzb" name="cb_min_send" src="mkdvhdu" fileName="component/Btn/ComboBox1.xml" xy="522,90" size="177,51" group="n110_vz9l" touchable="false" controller="type,1">
|
||||
<gearLook controller="give_owner" pages="0" values="1,0,0,0" default="1,0,0,1"/>
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<ComboBox visibleItemCount="5">
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
<gearLook controller="give_owner" pages="0" values="1,0,1,0" default="1,0,0,1"/>
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</component>
|
||||
<group id="n110_vz9l" name="n110" xy="0,62" size="1342,96" group="n109_g21o" advanced="true">
|
||||
<group id="n110_vz9l" name="n110" xy="0,82" size="1342,76" group="n109_g21o" advanced="true">
|
||||
<gearDisplay controller="c1" pages="0"/>
|
||||
</group>
|
||||
<component id="n100_kwi0" name="cb_max" src="mkdvhdu" fileName="component/Btn/ComboBox1.xml" xy="700,71" size="193,49" group="n111_vz9l" controller="type,1">
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
<action type="change_page" fromPage="1" toPage="0" objectId="n73_kwi0" controller="enable_join_limit" targetPage="1"/>
|
||||
</controller>
|
||||
<controller name="tuoguan" pages="0,,1," selected="1"/>
|
||||
<controller name="show_nonnegative" pages="0,,1," selected="0">
|
||||
<controller name="show_nonnegative" pages="0,,1," selected="1">
|
||||
<action type="change_page" fromPage="" toPage="0" controller="nonnegative" targetPage="0"/>
|
||||
</controller>
|
||||
<controller name="game_type" pages="0,,1,,2,,3," selected="0"/>
|
||||
<controller name="game_type" pages="0,,1,,2,,3," selected="1"/>
|
||||
<controller name="hide_times" pages="0,,1," selected="0"/>
|
||||
<controller name="lixiantuoguan" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
<group id="n131_kwi0" name="n131" xy="300,285" size="618,57" visible="false" advanced="true">
|
||||
<gearDisplay controller="type" pages="0"/>
|
||||
</group>
|
||||
<component id="n154_g21o" name="btn_join_limit" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="104,177" size="195,57" group="n156_g21o" controller="type,1">
|
||||
<component id="n154_g21o" name="btn_join_limit" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="104,177" size="446,57" group="n156_g21o" controller="type,1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title="积分入场:" titleColor="#0d1725" titleFontSize="42"/>
|
||||
</component>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<text id="n155_g21o" name="tex_join_limit" xy="351,177" size="191,53" group="n156_g21o" font="ui://27vd145bpxed7ik2" fontSize="36" color="#ffffff" align="center" vAlign="middle" autoSize="none" text="1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<group id="n156_g21o" name="n156" xy="104,175" size="440,59" advanced="true"/>
|
||||
<group id="n156_g21o" name="n156" xy="104,175" size="446,59" advanced="true"/>
|
||||
<image id="n187_s2gd" name="n187" src="pye87ic2" fileName="mgr/Mui/Rectangle 5546.png" xy="1018,174" size="286,57" group="n153_g21o"/>
|
||||
<component id="n150_g21o" name="n150" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="817,177" size="108,57" group="n153_g21o" controller="type,1">
|
||||
<Button title="倍数:" titleColor="#0d1725" titleFontSize="42"/>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
<group id="n147_r4s4" name="n147" xy="78,281" size="1036,333" visible="false" advanced="true">
|
||||
<gearDisplay controller="show_nonnegative" pages="1"/>
|
||||
</group>
|
||||
<component id="n157_g21o" name="btn_exit_limit" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="104,335" size="304,57" group="n159_g21o" controller="type,1">
|
||||
<component id="n157_g21o" name="btn_exit_limit" src="kwi0hjx" fileName="mgr/component/comm/mng_label.xml" xy="104,335" size="535,57" group="n159_g21o" controller="type,1">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
<Button title="强制解散 低于:"/>
|
||||
</component>
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
<component id="n191_r0qx" name="btn_BanDismiss" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="872,334" size="238,62">
|
||||
<Button title="禁止解散" titleFontSize="42"/>
|
||||
</component>
|
||||
<component id="n73_kwi0" name="panel_fag" src="kwi0hkl" fileName="mgr/component/game/panel_fag.xml" xy="107,412" size="1597,299" controller="enable_join_limit,1">
|
||||
<component id="n73_kwi0" name="panel_fag" src="kwi0hkl" fileName="mgr/component/game/panel_fag.xml" xy="104,432" size="1597,299" controller="enable_join_limit,1">
|
||||
<gearXY controller="game_type" pages="0,1,2,3" values="107,412|104,432|97,293|97,293"/>
|
||||
<gearLook controller="hp_switch" pages="0,1" values="1,0,0,1|1,0,0,1"/>
|
||||
</component>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 535 KiB After Width: | Height: | Size: 574 KiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 247 KiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1022 KiB |
|
Before Width: | Height: | Size: 961 KiB After Width: | Height: | Size: 959 KiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 878 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 966 KiB |
|
Before Width: | Height: | Size: 626 KiB After Width: | Height: | Size: 481 KiB |
|
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 383 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 504 KiB After Width: | Height: | Size: 497 KiB |
|
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 299 KiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 877 KiB After Width: | Height: | Size: 636 KiB |