修复跑得快手牌无法显示,替换全部玩法ui
|
|
@ -32,9 +32,19 @@ local view_url = {
|
|||
--@param #string url
|
||||
function M:InitView(url)
|
||||
self._root_view = UIPackage.CreateObjectFromURL(self._full and view_url[2] or view_url[1])
|
||||
-- 检查根视图是否创建成功
|
||||
if not self._root_view then
|
||||
error("BaseView: Failed to create root view. Check if 'Common' package is loaded.")
|
||||
return
|
||||
end
|
||||
local contentPane = self._root_view:GetChild("contentPane")
|
||||
self._view = UIPackage.CreateObjectFromURL(url)
|
||||
printlog(self._view)
|
||||
-- 3. 关键修复:检查 _view 是否创建成功
|
||||
if not self._view then
|
||||
error(string.format("BaseView: Failed to create view from URL: %s. Check if the package is loaded and URL is correct.", url))
|
||||
return
|
||||
end
|
||||
|
||||
self._close_destroy = true
|
||||
-- self._view.fairyBatching = true
|
||||
self._view:AddRelation(contentPane, RelationType.Size)
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ function M:CopyLastStep(index)
|
|||
end
|
||||
|
||||
function M:UpdateLeftCard(num)
|
||||
self._tex_LeftCard.text = "剩余 "..num.." 张牌"
|
||||
self._tex_LeftCard.text = num
|
||||
end
|
||||
|
||||
function M:UpdateCardBox(seat)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n63_i3h6": {
|
||||
"collapsed": true
|
||||
},
|
||||
"n77_n9qr": {
|
||||
"hidden": true
|
||||
},
|
||||
"n51_g618": {
|
||||
"collapsed": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +1,15 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n121_ckvb": {
|
||||
"locked": true
|
||||
"n166_ukp7": {
|
||||
"hidden": true
|
||||
},
|
||||
"n87_q50p": {
|
||||
"hidden": true
|
||||
},
|
||||
"n86_q50p": {
|
||||
"locked": true
|
||||
},
|
||||
"n122_ckvb": {
|
||||
"locked": true
|
||||
"n186_yffn": {
|
||||
"hidden": true
|
||||
},
|
||||
"n131_ckvb": {
|
||||
"locked": true,
|
||||
"hidden": true
|
||||
},
|
||||
"n13": {
|
||||
|
|
@ -25,9 +21,6 @@
|
|||
"n189_qcrm": {
|
||||
"collapsed": true
|
||||
},
|
||||
"n166_ukp7": {
|
||||
"hidden": true
|
||||
},
|
||||
"n113_rnez": {
|
||||
"hidden": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,22 +2,47 @@
|
|||
"libview.firstColumnWidth": 384,
|
||||
"libview.iconScale": 0,
|
||||
"doc.openedDocs": [
|
||||
"ui://h30s8vmela4eb",
|
||||
"ui://7ij0e6i2sv5gk",
|
||||
"ui://m7iejg46kwi0hkb",
|
||||
"ui://2d9xdj6z75efcz",
|
||||
"ui://2d9xdj6z97mlcin",
|
||||
"ui://qubt49z8mpncc1i",
|
||||
"ui://d1qrzqprc4r116",
|
||||
"ui://parowutd99we8",
|
||||
"ui://parowutd99we7"
|
||||
"ui://v0j9abjygq7m8f",
|
||||
"ui://v0j9abjygq7m8k",
|
||||
"ui://v0j9abjygq7m8i",
|
||||
"ui://8wph7p8nyffnmy",
|
||||
"ui://8wph7p8nyffnnx",
|
||||
"ui://8wph7p8nyffn9p",
|
||||
"ui://8wph7p8nyffn8s",
|
||||
"ui://8wph7p8nyffn2g",
|
||||
"ui://8wph7p8nyffnnp",
|
||||
"ui://8wph7p8nyffnno",
|
||||
"ui://27vd145bst2l7ijp",
|
||||
"ui://8wph7p8nyffn8t",
|
||||
"ui://8wph7p8nyffn2h",
|
||||
"ui://8wph7p8nyffn77",
|
||||
"ui://8wph7p8nyffn78",
|
||||
"ui://8wph7p8nyffnet",
|
||||
"ui://8wph7p8nyffneu",
|
||||
"ui://27vd145bmljn7ijt",
|
||||
"ui://27vd145byffnj6",
|
||||
"ui://27vd145byffnj9"
|
||||
],
|
||||
"test.device": "1080p Phone",
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://7ij0e6i2sv5gk",
|
||||
"doc.activeDoc": "ui://8wph7p8nyffnnx",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"27vd145b",
|
||||
"/",
|
||||
"27vd145b",
|
||||
"/images/",
|
||||
"8wph7p8n",
|
||||
"/",
|
||||
"8wph7p8n",
|
||||
"/component/",
|
||||
"8wph7p8n",
|
||||
"/component/head/",
|
||||
"9n9stu2e",
|
||||
"/",
|
||||
"7ij0e6i2",
|
||||
"/",
|
||||
"96mvx2ml",
|
||||
"/"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="258,44" initName="roominfo_panel">
|
||||
<component size="367,44" initName="roominfo_panel">
|
||||
<displayList>
|
||||
<text id="n1_h1uu" name="n1" xy="0,0" size="78,44" group="n5_qpk6" font="ui://27vd145bik9v7imf" fontSize="32" color="#ffffff" vAlign="middle" autoSize="shrink" text="房号:"/>
|
||||
<text id="n2_h1uu" name="tex_roomid" xy="79,0" size="179,44" group="n5_qpk6" font="ui://27vd145bik9v7imf" fontSize="32" color="#ffffff" vAlign="middle" autoSize="shrink" text="12345678910"/>
|
||||
<text id="n2_h1uu" name="tex_roomid" xy="79,0" size="285,44" group="n5_qpk6" font="ui://27vd145bik9v7imf" fontSize="32" color="#ffffff" vAlign="middle" autoSize="shrink" text="12345678910"/>
|
||||
<text id="n3_h1uu" name="tex_gametype" xy="89,28" size="134,33" group="n5_qpk6" visible="false" fontSize="25" color="#ffffff" autoSize="none" bold="true" text="湘乡告胡子 "/>
|
||||
<text id="n4_h1uu" name="tex_roomconfig" xy="204,6" size="10,9" group="n5_qpk6" visible="false" fontSize="1" color="#ffffff" autoSize="none" bold="true" text=" "/>
|
||||
<text id="n7_f2pr" name="tex_beishu" xy="0,0" size="65,41" group="n5_qpk6" visible="false" fontSize="28" color="#b93f05" vAlign="middle" autoSize="shrink" bold="true" text="500倍"/>
|
||||
<group id="n5_qpk6" name="n5" xy="0,0" size="258,61"/>
|
||||
<group id="n5_qpk6" name="n5" xy="0,0" size="364,61"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<component size="2532,1170" designImageAlpha="100" designImageLayer="1">
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,,3,回放,4,观战" selected="1"/>
|
||||
<controller name="sdk" pages="0,,1," selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始,3,打鸟" selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始,3,打鸟" selected="1"/>
|
||||
<controller name="time" pages="0,,1,,2,,3," selected="0"/>
|
||||
<controller name="card_eff" pages="0,,1," selected="0"/>
|
||||
<controller name="zidongtishi" pages="0,,1," selected="0"/>
|
||||
|
|
@ -27,16 +27,6 @@
|
|||
<gearDisplay controller="state" pages="0"/>
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<image id="n113_rnez" name="n113" src="yffndh" fileName="component/Main/component/zhuomian/hw_img.png" xy="-39,22" size="31,14" group="n116_rnez" scale="1.5,1.5" visible="false" rotation="1.5" flip="hz">
|
||||
<relation target="n114_rnez" sidePair="middle-middle,right-left"/>
|
||||
</image>
|
||||
<text id="n114_rnez" name="wanfa_text" xy="10,10" size="256,49" group="n116_rnez" font="Microsoft YaHei" fontSize="36" color="#ffffff" vAlign="middle" text="十五张三人玩法">
|
||||
<relation target="" sidePair="left-left,top-top"/>
|
||||
</text>
|
||||
<image id="n115_rnez" name="n115" src="yffndh" fileName="component/Main/component/zhuomian/hw_img.png" xy="269,22" size="31,14" group="n116_rnez" scale="1.5,1.5" visible="false">
|
||||
<relation target="n114_rnez" sidePair="middle-middle,left-right"/>
|
||||
</image>
|
||||
<group id="n116_rnez" name="n116" xy="-39,10" size="339,49"/>
|
||||
<image id="n110_rnez" name="n110" src="yffncy" fileName="component/image/images/mtdk_img.png" xy="767,210" size="703,36" group="n112_rnez" scale="1.5,1.5" visible="false"/>
|
||||
<component id="n111_rnez" name="info_text" src="yffndg" fileName="component/Main/component/zhuomian/gray_bg_btn.xml" xy="781,211" size="670,36" group="n112_rnez" scale="1.5,1.5" visible="false"/>
|
||||
<group id="n112_rnez" name="n112" xy="767,210" size="703,37" advanced="true">
|
||||
|
|
@ -47,23 +37,23 @@
|
|||
<gearDisplay controller="time" pages="1,2,3"/>
|
||||
<gearXY controller="time" pages="1,2" values="-296,2199|2797,1976" default="625,198"/>
|
||||
</component>
|
||||
<component id="n182_yffn" name="btn_ready" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="516,647" pivot="0.5,0.5" size="400,169" group="n185_yffn">
|
||||
<component id="n182_yffn" name="btn_ready" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="759,795" pivot="0.5,0.5" size="397,146" group="n185_yffn">
|
||||
<gearDisplay controller="action" pages="0,1"/>
|
||||
<Button icon="ui://27vd145byffn7ipc"/>
|
||||
<Button icon="ui://8wph7p8nrfsuckq"/>
|
||||
</component>
|
||||
<component id="n184_yffn" name="btn_xipai" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1614,647" pivot="0.5,0.5" size="400,169" group="n185_yffn">
|
||||
<component id="n184_yffn" name="btn_xipai" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1375,795" pivot="0.5,0.5" size="397,146" group="n185_yffn">
|
||||
<gearDisplay controller="action" pages="0,1"/>
|
||||
<Button icon="ui://27vd145byffn7iq2"/>
|
||||
<Button icon="ui://8wph7p8nrfsuckr"/>
|
||||
</component>
|
||||
<component id="n186_yffn" name="btn_readyonly" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1066,647" size="400,169" group="n185_yffn" visible="false">
|
||||
<component id="n186_yffn" name="btn_readyonly" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1064,647" size="400,169" group="n185_yffn" visible="false">
|
||||
<gearDisplay controller="action" pages="0"/>
|
||||
<Button icon="ui://27vd145byffn7iq2"/>
|
||||
</component>
|
||||
<group id="n185_yffn" name="btn_rendy" xy="516,647" size="1498,169" advanced="true">
|
||||
<group id="n185_yffn" name="btn_rendy" xy="759,647" size="1013,294" advanced="true">
|
||||
<gearDisplay controller="state" pages="0"/>
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<text id="n61_agtp" name="tex_version" xy="10,60" size="110,49" font="Microsoft YaHei" fontSize="36" color="#ffffff" align="center" text="V2.0.2">
|
||||
<text id="n61_agtp" name="tex_version" xy="10,20" size="109,49" font="Microsoft YaHei" fontSize="36" color="#ffffff" align="center" text="V2.0.2">
|
||||
<gearDisplay controller="state" pages="0,1,2"/>
|
||||
<relation target="" sidePair="left-left,top-top"/>
|
||||
</text>
|
||||
|
|
@ -72,20 +62,20 @@
|
|||
<relation target="n86_q50p" sidePair="right-right"/>
|
||||
</component>
|
||||
<component id="n181_yffn" name="right_panel" src="yffnj6" fileName="component/RightPanel.xml" pkg="27vd145b" xy="-2,-1" group="n86_q50p"/>
|
||||
<component id="n83_q50p" name="roominfo_panel1" src="yffnj9" fileName="component/RoomInfoPanel1.xml" pkg="27vd145b" xy="1126,15" pivot="0.5,0.5" group="n86_q50p" touchable="false"/>
|
||||
<component id="n84_q50p" name="btn_back_lobby" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="614,15" size="64,106" group="n86_q50p">
|
||||
<component id="n83_q50p" name="roominfo_panel1" src="yffnj9" fileName="component/RoomInfoPanel1.xml" pkg="27vd145b" xy="1123,112" pivot="0.5,0.5" size="286,44" group="n86_q50p" touchable="false"/>
|
||||
<component id="n84_q50p" name="btn_back_lobby" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="494,24" size="116,116" group="n86_q50p">
|
||||
<gearDisplay controller="state" pages="0,2,3"/>
|
||||
<Button icon="ui://27vd145byffn7ip2"/>
|
||||
<Button icon="ui://8wph7p8nrfsucko"/>
|
||||
</component>
|
||||
<component id="n85_q50p" name="btn_rule" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="403,15" size="129,106" group="n86_q50p">
|
||||
<Button icon="ui://27vd145byffn7ip5"/>
|
||||
<component id="n85_q50p" name="btn_rule" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="341,21" size="116,116" group="n86_q50p">
|
||||
<Button icon="ui://8wph7p8nrfsuckn"/>
|
||||
</component>
|
||||
<component id="n87_q50p" name="roominfo_panel" src="yffnj9" fileName="component/RoomInfoPanel1.xml" pkg="27vd145b" xy="782,131" size="995,0" group="n86_q50p" scale="1.5,1.5" visible="false" touchable="false"/>
|
||||
<component id="n120_r1z9" name="btn_leave_lobby" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="762,15" size="71,106" group="n86_q50p">
|
||||
<component id="n120_r1z9" name="btn_leave_lobby" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="647,21" size="116,116" group="n86_q50p">
|
||||
<gearDisplay controller="state" pages="0,3"/>
|
||||
<Button icon="ui://27vd145byffn7ip3"/>
|
||||
<Button icon="ui://8wph7p8nrfsuckp"/>
|
||||
</component>
|
||||
<group id="n86_q50p" name="n86" xy="-2,-1" size="2532,132" advanced="true">
|
||||
<group id="n86_q50p" name="n86" xy="-2,-1" size="2532,157" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n75_jmab" name="poker_eff" src="yffnbi" fileName="component/effect/poker/poker_eff.xml" xy="618,10" touchable="false">
|
||||
|
|
@ -121,10 +111,10 @@
|
|||
<text id="n74_bzpj" name="round" xy="1404,2343" size="101,39" fontSize="28" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text=" 1/10局">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
</text>
|
||||
<component id="n100_n6fs" name="btn_back_jiesan" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="595,15" size="128,106">
|
||||
<component id="n100_n6fs" name="btn_back_jiesan" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="494,24" size="116,116">
|
||||
<gearDisplay controller="state" pages="1"/>
|
||||
<relation target="" sidePair="left-left%"/>
|
||||
<Button icon="ui://27vd145byffn7ip6"/>
|
||||
<Button icon="ui://8wph7p8nrfsucko"/>
|
||||
</component>
|
||||
<graph id="n102_t2e2" name="n109" xy="342,-1343" size="1670,834" visible="false" type="rect" lineSize="0" fillColor="#80000000"/>
|
||||
<component id="n101_t2e2" name="tuoguanzhong" src="yffnju" fileName="component/tuoguanzhong.xml" xy="996,2338" visible="false"/>
|
||||
|
|
@ -135,16 +125,16 @@
|
|||
<relation target="" sidePair="left-left,bottom-bottom%"/>
|
||||
</component>
|
||||
<group id="n121_ckvb" name="playiinfo" xy="130,86" size="2329,511"/>
|
||||
<component id="n69_sdax" name="player_card_info_1" src="yffn8s" fileName="Main_New/Player_card_info_1.xml" xy="0,838" size="2532,328" group="n122_ckvb" visible="false" alpha="0">
|
||||
<component id="n69_sdax" name="player_card_info_1" src="yffn8s" fileName="Main_New/Player_card_info_1.xml" xy="0,838" size="2532,328" group="n122_ckvb">
|
||||
<gearDisplay controller="state" pages="1,3,4"/>
|
||||
<gearLook controller="state" pages="1,3" values="0,0,0,1|1,0,0,1" default="1,0,0,1"/>
|
||||
<gearLook controller="state" pages="1,3" values="1,0,0,1|1,0,0,1" default="1,0,0,1"/>
|
||||
<relation target="" sidePair="width-width%,height-height%,center-center,bottom-bottom"/>
|
||||
</component>
|
||||
<component id="n71_sdax" name="player_card_info_2" src="yffn9p" fileName="Main_New/Player_card_info_2.xml" xy="422,243" group="n122_ckvb" touchable="false">
|
||||
<component id="n71_sdax" name="player_card_info_2" src="yffn9p" fileName="Main_New/Player_card_info_2.xml" xy="422,282" group="n122_ckvb" touchable="false">
|
||||
<gearDisplay controller="state" pages="1,3,4"/>
|
||||
<relation target="n18" sidePair="right-left,middle-middle"/>
|
||||
</component>
|
||||
<group id="n122_ckvb" name="playCardInfo" xy="0,243" size="2532,923"/>
|
||||
<group id="n122_ckvb" name="playCardInfo" xy="0,282" size="2532,884"/>
|
||||
<component id="n153_n9qr" name="btn_ready_inClear" src="yffn1u" fileName="Main_New/Component/Btn_Ready.xml" xy="1078,712" size="378,127">
|
||||
<gearDisplay controller="Inclear" pages="1"/>
|
||||
<relation target="" sidePair="width-width%,height-height%,center-center,top-middle%"/>
|
||||
|
|
@ -153,11 +143,11 @@
|
|||
<gearDisplay controller="time" pages="1,2,3"/>
|
||||
<gearXY controller="time" pages="1,2" values="729,667|2133,159" default="388,492"/>
|
||||
</component>
|
||||
<text id="n135_ckvb" name="Text_CurrenRound" xy="1491,14" size="32,64" group="n155_diqo" font="Microsoft YaHei" fontSize="48" color="#ffffff" singleLine="true" text="0">
|
||||
<text id="n135_ckvb" name="Text_CurrenRound" xy="1492,18" size="36,62" group="n155_diqo" font="ui://27vd145bik9v7imf" fontSize="36" color="#50291d" align="right" vAlign="middle" autoSize="shrink" singleLine="true" text="0">
|
||||
<relation target="n136_ckvb" sidePair="right-left"/>
|
||||
</text>
|
||||
<text id="n136_ckvb" name="Text_MaxMaxRound" xy="1521,13" size="135,64" group="n155_diqo" font="Microsoft YaHei" fontSize="48" color="#ffffff" letterSpacing="2" singleLine="true" text="/10局"/>
|
||||
<group id="n155_diqo" name="n155" xy="1491,13" size="165,65" advanced="true">
|
||||
<text id="n136_ckvb" name="Text_MaxMaxRound" xy="1528,18" size="108,62" group="n155_diqo" font="ui://27vd145bik9v7imf" fontSize="36" color="#50291d" vAlign="middle" letterSpacing="2" autoSize="shrink" singleLine="true" text="/10局"/>
|
||||
<group id="n155_diqo" name="n155" xy="1492,18" size="144,62" advanced="true">
|
||||
<relation target="" sidePair="left-right%,top-top"/>
|
||||
</group>
|
||||
<component id="n130_ckvb" name="btn_pangGuang" src="yffn21" fileName="Main_New/Component/Btn_Spectator.xml" xy="597,23" size="90,76" group="n131_ckvb">
|
||||
|
|
@ -167,7 +157,7 @@
|
|||
<relation target="" sidePair="right-center%,top-top"/>
|
||||
<ProgressBar value="100" max="100"/>
|
||||
</component>
|
||||
<text id="n133_ckvb" name="Text_Time" xy="720,58" size="119,57" group="n131_ckvb" font="FZCuYuan-M03" fontSize="42" color="#ffffff" letterSpacing="2" bold="true" singleLine="true" text="18:18">
|
||||
<text id="n133_ckvb" name="Text_Time" xy="720,58" size="118,56" group="n131_ckvb" font="FZCuYuan-M03" fontSize="42" color="#ffffff" letterSpacing="2" bold="true" singleLine="true" text="18:18">
|
||||
<relation target="n132_ckvb" sidePair="center-center,top-bottom"/>
|
||||
</text>
|
||||
<component id="n128_ckvb" name="btn_setting" src="yffn1q" fileName="Main_New/Component/Btn_Setting.xml" xy="1832,22" size="90,78" group="n131_ckvb">
|
||||
|
|
@ -176,10 +166,10 @@
|
|||
<image id="n134_ckvb" name="n134" src="yffn3v" fileName="Main_New/Image/gamexzmj_68.png" xy="854,27" size="203,62" group="n131_ckvb">
|
||||
<relation target="" sidePair="right-center%,top-top"/>
|
||||
</image>
|
||||
<text id="n137_ckvb" name="text_roomIdName" xy="1080,26" size="119,61" group="n131_ckvb" font="FZCuYuan-M03" fontSize="46" color="#ffffff" letterSpacing="4" bold="true" singleLine="true" text="房间:
">
|
||||
<text id="n137_ckvb" name="text_roomIdName" xy="1080,26" size="119,62" group="n131_ckvb" font="FZCuYuan-M03" fontSize="46" color="#ffffff" letterSpacing="4" bold="true" singleLine="true" text="房间:
">
|
||||
<relation target="" sidePair="right-center%,top-top"/>
|
||||
</text>
|
||||
<text id="n151_n9qr" name="text_roomId" xy="1199,24" size="187,67" group="n131_ckvb" font="FZCuYuan-M03" fontSize="50" color="#ece7b9" letterSpacing="3" bold="true" singleLine="true" text="372507">
|
||||
<text id="n151_n9qr" name="text_roomId" xy="1199,24" size="187,66" group="n131_ckvb" font="FZCuYuan-M03" fontSize="50" color="#ece7b9" letterSpacing="3" bold="true" singleLine="true" text="372507">
|
||||
<relation target="n137_ckvb" sidePair="left-right,top-top"/>
|
||||
</text>
|
||||
<component id="n139_ckvb" name="Btn_Check" src="yffn28" fileName="Main_New/Component/Btn_Check.xml" xy="1560,15" size="250,87" group="n131_ckvb">
|
||||
|
|
@ -208,7 +198,7 @@
|
|||
<gearDisplay controller="state" pages="4"/>
|
||||
<relation target="" sidePair="center-center,bottom-bottom"/>
|
||||
</graph>
|
||||
<text id="n170_ukp7" name="n170" xy="1103,1004" size="326,81" font="FZCuYuan-M03" fontSize="62" color="#ffffff" letterSpacing="3" bold="true" text="正在旁观中">
|
||||
<text id="n170_ukp7" name="n170" xy="1103,1004" size="326,82" font="FZCuYuan-M03" fontSize="62" color="#ffffff" letterSpacing="3" bold="true" text="正在旁观中">
|
||||
<gearDisplay controller="state" pages="4"/>
|
||||
<relation target="" sidePair="center-center,bottom-bottom"/>
|
||||
</text>
|
||||
|
|
@ -244,6 +234,16 @@
|
|||
<component id="n77_ij2y" name="gcm_chat" src="yffnjo" fileName="component/Gcm_chat.xml" pkg="27vd145b" xy="2388,426">
|
||||
<relation target="" sidePair="right-right,bottom-bottom"/>
|
||||
</component>
|
||||
<image id="n113_rnez" name="n113" src="yffndh" fileName="component/Main/component/zhuomian/hw_img.png" xy="1076,36" size="31,14" group="n116_rnez" scale="1.5,1.5" visible="false" rotation="1.5" flip="hz">
|
||||
<relation target="n114_rnez" sidePair="middle-middle,right-left"/>
|
||||
</image>
|
||||
<text id="n114_rnez" name="wanfa_text" xy="1125,18" size="360,62" group="n116_rnez" font="ui://27vd145bik9v7imf" fontSize="46" color="#50291d" align="center" vAlign="middle" autoSize="none" text="十五张三人玩法">
|
||||
<relation target="" sidePair="left-left,top-top"/>
|
||||
</text>
|
||||
<image id="n115_rnez" name="n115" src="yffndh" fileName="component/Main/component/zhuomian/hw_img.png" xy="1488,36" size="31,14" group="n116_rnez" scale="1.5,1.5" visible="false">
|
||||
<relation target="n114_rnez" sidePair="middle-middle,left-right"/>
|
||||
</image>
|
||||
<group id="n116_rnez" name="n116" xy="1076,18" size="443,62" advanced="true"/>
|
||||
</displayList>
|
||||
<transition name="t1">
|
||||
<item time="0" type="Alpha" target="n75_jmab" tween="true" startValue="1" endValue="1" duration="18"/>
|
||||
|
|
|
|||
|
|
@ -5,18 +5,19 @@
|
|||
<controller name="isgroup" pages="0,,1," selected="0"/>
|
||||
<controller name="lastRound" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<component id="n57_yffn" name="bgWindow" src="st2l7ijp" fileName="component/Win_BaseWindow.xml" pkg="27vd145b" xy="177,24" size="2178,1120"/>
|
||||
<text id="n58_yffn" name="n58" xy="335,166" size="188,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="玩家昵称"/>
|
||||
<text id="n59_yffn" name="n59" xy="638,166" size="96,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="剩牌"/>
|
||||
<text id="n60_yffn" name="n60" xy="807,166" size="96,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="炸弹"/>
|
||||
<text id="n61_yffn" name="n61" xy="985,166" size="96,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="飘分"/>
|
||||
<text id="n62_yffn" name="n62" xy="1164,166" size="96,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="积分"/>
|
||||
<image id="n81_rfsu" name="n81" src="ik9v7imc" fileName="images/bg_window.png" pkg="27vd145b" xy="0,0" size="2532,1170"/>
|
||||
<component id="n57_yffn" name="bgWindow" src="st2l7ijp" fileName="component/Win_BaseWindow.xml" pkg="27vd145b" xy="0,0" size="2532,1170"/>
|
||||
<text id="n58_yffn" name="n58" xy="335,166" size="188,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="玩家昵称"/>
|
||||
<text id="n59_yffn" name="n59" xy="638,166" size="96,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="剩牌"/>
|
||||
<text id="n60_yffn" name="n60" xy="807,166" size="96,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="炸弹"/>
|
||||
<text id="n61_yffn" name="n61" xy="985,166" size="96,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="飘分"/>
|
||||
<text id="n62_yffn" name="n62" xy="1164,166" size="96,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="积分"/>
|
||||
<list id="n9_ckvb" name="list_over0" xy="267,244" size="1985,463" group="n4_ckvb" overflow="scroll" lineGap="33" defaultItem="ui://8wph7p8nyffn2">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<text id="n64_yffn" name="n64" xy="222,920" size="234,61" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="剩余的牌:"/>
|
||||
<text id="n64_yffn" name="n64" xy="222,920" size="234,62" group="n4_ckvb" font="Microsoft YaHei" fontSize="46" color="#43633d" bold="true" text="剩余的牌:"/>
|
||||
<list id="n65_yffn" name="list_residue" xy="220,978" size="676,145" group="n4_ckvb" scale="0.836,0.836" layout="row" colGap="-52" defaultItem="ui://8wph7p8nyffno2">
|
||||
<item/>
|
||||
<item/>
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
|
@ -868,6 +868,11 @@
|
|||
<image id="a1zfckk" name="7 - 7.png" path="/bmtFont_shengyuNum/"/>
|
||||
<image id="a1zfckl" name="8 - 8.png" path="/bmtFont_shengyuNum/"/>
|
||||
<image id="a1zfckm" name="9 - 9.png" path="/bmtFont_shengyuNum/"/>
|
||||
<image id="rfsuckn" name="Frame 1347.png" path="/image/"/>
|
||||
<image id="rfsucko" name="Frame 1348.png" path="/image/"/>
|
||||
<image id="rfsuckp" name="Frame 1349.png" path="/image/"/>
|
||||
<image id="rfsuckq" name="Frame 1338.png" path="/image/"/>
|
||||
<image id="rfsuckr" name="Frame 1339.png" path="/image/"/>
|
||||
</resources>
|
||||
<publish name="Extend_Poker_RunFastNew" path="..\wb_unity_pro\Assets\ART\extend\poker\runfast\ui" packageCount="2"/>
|
||||
</packageDescription>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<component size="2532,1170" designImage="ui://v0j9abjygq7m95">
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态" selected="3"/>
|
||||
<controller name="sdk" pages="0,,1," selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始" selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始" selected="1"/>
|
||||
<controller name="3d" pages="0,,1," selected="0"/>
|
||||
<controller name="showNext" pages="0,,1," selected="0"/>
|
||||
<controller name="showNextConfrim" pages="0,,1," selected="0"/>
|
||||
|
|
@ -10,25 +10,25 @@
|
|||
<text id="n116_u50h" name="text_playName" xy="1113,523" pivot="0.5,0.5" size="305,124" font="ui://27vd145bu50h7j1a" fontSize="120" autoClearText="true" text="1红中">
|
||||
<relation target="" sidePair="center-center,middle-middle"/>
|
||||
</text>
|
||||
<text id="n75_l2u4" name="n11" xy="1255,543" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="剩余">
|
||||
<text id="n75_l2u4" name="n11" xy="1165,543" size="78,49" group="n80_l2u4" font="ui://27vd145bik9v7imf" fontSize="36" color="#c2ffe0" align="right" vAlign="middle" bold="true" text="剩余">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
<relation target="n77_l2u4" sidePair="right-left"/>
|
||||
<relation target="n77_l2u4" sidePair="left-left"/>
|
||||
</text>
|
||||
<text id="n76_l2u4" name="n12" xy="1380,543" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="张牌">
|
||||
<text id="n76_l2u4" name="n12" xy="1288,543" size="78,49" group="n80_l2u4" font="ui://27vd145bik9v7imf" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="张牌">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
<relation target="n77_l2u4" sidePair="right-right"/>
|
||||
</text>
|
||||
<text id="n77_l2u4" name="remaining_card" xy="1242,543" size="44,49" group="n80_l2u4" font="ui://27vd145bik9v7imf" fontSize="36" color="#990099" align="center" vAlign="middle" bold="true" text="77">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
</text>
|
||||
<text id="n77_l2u4" name="remaining_card" xy="1330,543" size="48,49" group="n80_l2u4" font="Microsoft YaHei" fontSize="36" color="#990099" align="center" vAlign="middle" bold="true" text="77">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
<relation target="n76_l2u4" sidePair="right-left"/>
|
||||
</text>
|
||||
<group id="n80_l2u4" name="n80" xy="1255,543" size="201,49" group="n82_l2u4" advanced="true">
|
||||
<group id="n80_l2u4" name="n80" xy="1165,543" size="201,49" group="n82_l2u4" advanced="true">
|
||||
<relation target="n81_l2u4" sidePair="center-center,top-top"/>
|
||||
</group>
|
||||
<component id="n81_l2u4" name="cardbox" src="gq7m5e" fileName="Main_style_2/turn/Gcm_box_4.xml" xy="1290,611" pivot="0.5,0.5" group="n82_l2u4" aspect="true" scale="1.3,1.3">
|
||||
<component id="n81_l2u4" name="cardbox" src="gq7m5e" fileName="Main_style_2/turn/Gcm_box_4.xml" xy="1200,611" pivot="0.5,0.5" group="n82_l2u4" aspect="true" scale="1.3,1.3">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
<gearXY controller="3d" pages="0,1" values="1290,611|603,254"/>
|
||||
<gearXY controller="3d" pages="0,1" values="1200,611|603,254"/>
|
||||
</component>
|
||||
<group id="n82_l2u4" name="n60" xy="1255,543" size="201,194" advanced="true">
|
||||
<group id="n82_l2u4" name="n60" xy="1165,543" size="201,194" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n84_l2u4" name="btn_wxyqhy" src="gq7m1q" fileName="Main_style_2/component/room/btn_invite(1).xml" xy="1120,505" group="n85_l2u4">
|
||||
|
|
@ -73,11 +73,11 @@
|
|||
<gearDisplay controller="state" pages="0"/>
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n57_rayb" name="panel_record" src="gq7m4t" fileName="Main_style_2/record/Record.xml" xy="1064,327" size="672,165" group="n59_v38k" alpha="0.5">
|
||||
<component id="n57_rayb" name="panel_record" src="gq7m4t" fileName="Main_style_2/record/Record.xml" xy="978,327" size="624,165" group="n59_v38k" alpha="0.5">
|
||||
<gearDisplay controller="state" pages="3"/>
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</component>
|
||||
<group id="n59_v38k" name="n59" xy="1064,327" size="672,165"/>
|
||||
<group id="n59_v38k" name="n59" xy="978,327" size="624,165"/>
|
||||
<component id="n56_cnxs" name="mask_tips" src="gq7m8i" fileName="Main_style_2/Component1.xml" xy="0,0" size="2532,1170" touchable="false">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</component>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.8 MiB |
|
After Width: | Height: | Size: 58 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 59a3cc2b02a1cf94a82d2c1cc1fa29c1
|
||||
guid: 0d1721def6da3834f8d052886fec4d57
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
|
Before Width: | Height: | Size: 6.7 MiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 287 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6f284700c5bbdf04a89aa41462c47a49
|
||||
guid: f60bd0a8648706b42b36f416165f7b19
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
|
After Width: | Height: | Size: 2.7 MiB |
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4f6381c17b7f28344b17be87bb9bbb4a
|
||||
guid: 5e9fdc55e2001be44b8bbb3284ae9575
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
|
After Width: | Height: | Size: 1.9 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6b6d120660aa0e5478e874f070cda552
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapsPreserveCoverage: 0
|
||||
alphaTestReferenceValue: 0.5
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: 0.25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 1.9 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: cf2f9a2d36f82f1458dff4317cdf7acf
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapsPreserveCoverage: 0
|
||||
alphaTestReferenceValue: 0.5
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: 0.25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 75909127bc816f54bb8a4907fad9d93e
|
||||
guid: 50908245aae1d1c47b266e8a0f70e426
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 560bd742fd35c3a42a614a4316a8f366
|
||||
guid: c6ca407bcdeaa434f9c6eaabbae10a13
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 876b9a1af0287a34080e1004871a12a8
|
||||
guid: 2397027f82d17134288ae23504a2c5b6
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
||||