替换跑得快界面ui,设置ui,替换跑得快结算界面
|
|
@ -172,11 +172,11 @@ local function __fillRoomItem(self, index, item, room)
|
|||
local str = nil
|
||||
local room_item = self.roomItems[item]
|
||||
local play = self.curGroup:getPlay(room.pid)
|
||||
printlog("s-----------s------------s",pt(room))
|
||||
if not room_item then
|
||||
room_item = RoomItem.new(item, room.maxPlayers, self.isShowRoomItem)
|
||||
self.roomItems[item] = room_item
|
||||
end
|
||||
|
||||
room_item:SetPlay(play)
|
||||
-- local str="(人数:".. room.maxPlayers
|
||||
-- if room.limitInRoom then
|
||||
|
|
@ -274,7 +274,8 @@ local function __fillRoomItem(self, index, item, room)
|
|||
for i = 1, room.maxPlayers do
|
||||
local p_head = room_item.heads[i]
|
||||
local p_item = p_head.p_item
|
||||
p_item.visible = false
|
||||
p_item.visible = false
|
||||
|
||||
end
|
||||
end
|
||||
-- desk.touchable = false
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ function M:init(max)
|
|||
self.heads = {}
|
||||
|
||||
for i=1,max do
|
||||
--printlog("==================================",i)
|
||||
local p_item = item:GetChild("head"..i)
|
||||
local btn_head = p_item:GetChild("btn_head")
|
||||
self.def_icon = btn_head._iconObject.texture
|
||||
|
|
|
|||
|
|
@ -56,7 +56,10 @@ function M:FillRoomData(data)
|
|||
|
||||
local roominfo_panel = self._view:GetChild("roominfo_panel1")
|
||||
roominfo_panel:GetChild("tex_roomid").text = room.room_id
|
||||
roominfo_panel:GetChild("tex_gametype").text = room.room_config:GetGameName()
|
||||
if roominfo_panel:GetChild("tex_gametype") then
|
||||
roominfo_panel:GetChild("tex_gametype").text = room.room_config:GetGameName()
|
||||
end
|
||||
|
||||
|
||||
for i = 1, #room.player_list do
|
||||
local p = room.player_list[i]
|
||||
|
|
@ -295,7 +298,9 @@ function M:UpdateRound(round)
|
|||
end
|
||||
|
||||
function M:UpdateStep(step)
|
||||
self._record:GetChild("tex_step").text = "第 " .. step .. " / " .. #self._step .. "步"
|
||||
if self._record:GetChild("tex_step") then
|
||||
self._record:GetChild("tex_step").text = "第 " .. step .. " / " .. #self._step .. "步"
|
||||
end
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n13_yffn": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +1,16 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n25_ckvb": {
|
||||
"collapsed": true
|
||||
"n70_yffn": {
|
||||
"hidden": true
|
||||
},
|
||||
"n4_ckvb": {
|
||||
"collapsed": true
|
||||
"n71_yffn": {
|
||||
"hidden": true
|
||||
},
|
||||
"n57_yffn": {
|
||||
"locked": true
|
||||
},
|
||||
"n72_yffn": {
|
||||
"hidden": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -7,27 +7,49 @@
|
|||
"ui://27vd145bvg2c4",
|
||||
"ui://27vd145b93q2c0",
|
||||
"ui://8wph7p8nyffnmy",
|
||||
"ui://27vd145bcvc87i5t",
|
||||
"ui://hrxsdiixla4e2c",
|
||||
"ui://v0j9abjygq7med",
|
||||
"ui://4skil1l6piv91ny",
|
||||
"ui://x3mp2cn6xvhr3r",
|
||||
"ui://fnuxqeflnrnod",
|
||||
"ui://egnzysm7ffp36a",
|
||||
"ui://v0j9abjygq7mct",
|
||||
"ui://1utjt0r2ufu92i",
|
||||
"ui://ppu1wv76j4mf9j",
|
||||
"ui://ypulwxjhl9mn14",
|
||||
"ui://442j0uepygxga",
|
||||
"ui://8wph7p8nyffnhr",
|
||||
"ui://9n9stu2eprgzee",
|
||||
"ui://niy3ldiwl9mn14",
|
||||
"ui://m7iejg4610snh5j",
|
||||
"ui://m7iejg46e5q7hu2",
|
||||
"ui://27vd145bpgy941",
|
||||
"ui://27vd145boviihyy",
|
||||
"ui://27vd145bbt6w96",
|
||||
"ui://27vd145beeqmcgp",
|
||||
"ui://m7iejg46a81d7ii7",
|
||||
"ui://m7iejg46e5q7hu9",
|
||||
"ui://27vd145bdo2f1z",
|
||||
"ui://m7iejg46h46p7ish",
|
||||
"ui://m7iejg46hwww2f",
|
||||
"ui://8wph7p8nyffnnp",
|
||||
"ui://8wph7p8nyffnc",
|
||||
"ui://8wph7p8nyffnj",
|
||||
"ui://8wph7p8nyffn2",
|
||||
"ui://27vd145bst2l7ijp",
|
||||
"ui://27vd145bmljn7ijt",
|
||||
"ui://8wph7p8nyffn8s",
|
||||
"ui://8wph7p8nyffn2h"
|
||||
"ui://v0j9abjygq7m8f"
|
||||
],
|
||||
"test.device": "1080p Phone",
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://8wph7p8nyffnmy",
|
||||
"doc.activeDoc": "ui://8wph7p8nyffnnp",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [],
|
||||
"libview.expandedNodes": [
|
||||
"8wph7p8n",
|
||||
"/",
|
||||
"8wph7p8n",
|
||||
"/images/",
|
||||
"8wph7p8n",
|
||||
"/images/EPRFNMui/",
|
||||
"8wph7p8n",
|
||||
"/images/head/",
|
||||
"v0j9abjy",
|
||||
"/",
|
||||
"v0j9abjy",
|
||||
"/Main_style_2/"
|
||||
],
|
||||
"auxline1": true,
|
||||
"snapToGrid": true,
|
||||
"test.orientation": "landscape",
|
||||
|
|
|
|||
|
|
@ -1,40 +1,42 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<component size="1985,209">
|
||||
<controller name="chuntian" pages="0,,1," selected="0" />
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2005,210">
|
||||
<controller name="chuntian" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n13_yffn" name="n13" src="yffnrs" fileName="image/bg_poker_other.png" pkg="27vd145b" xy="0,0" size="1985,209" />
|
||||
<image id="n14_yffn" name="n14" src="yffnrt" fileName="image/bg_poker_self.png" pkg="27vd145b" xy="0,0" size="1985,209" />
|
||||
<text id="n7_n9qr" name="name" xy="77,71" size="289,66" font="Microsoft YaHei" fontSize="46" color="#43633d" vAlign="middle" autoSize="none" text="用户名称" bold="true">
|
||||
<relation target="" sidePair="center-center%" />
|
||||
<image id="n13_yffn" name="n13" src="yffnrs" fileName="images/bg_poker_other.png" pkg="27vd145b" xy="0,0" size="1985,209" visible="false"/>
|
||||
<image id="n14_yffn" name="n14" src="u2h7cl5" fileName="images/EPRFNMui/Rectangle 2917(1).png" xy="0,0" size="2005,210">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<text id="n7_n9qr" name="name" xy="12,74" size="316,64" font="ui://27vd145bik9v7imf" fontSize="48" color="#317038" align="center" vAlign="middle" autoSize="shrink" bold="true" text="用户名称">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<text id="n8_n9qr" name="residue" xy="394,74" pivot="0.5,0.5" size="57,61" font="Microsoft YaHei" fontSize="46" color="#43633d" align="center" singleLine="true" text="99" bold="true">
|
||||
<relation target="" sidePair="center-center%" />
|
||||
<text id="n8_n9qr" name="residue" xy="350,73" size="201,64" font="ui://27vd145bik9v7imf" fontSize="48" color="#317038" align="center" autoSize="none" bold="true" singleLine="true" text="2">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<text id="n9_n9qr" name="bomb" xy="572,73" pivot="0.5,0.5" size="31,61" font="Microsoft YaHei" fontSize="46" color="#43633d" align="center" text="2" bold="true">
|
||||
<relation target="" sidePair="center-center%" />
|
||||
<text id="n9_n9qr" name="bomb" xy="560,73" size="207,64" font="ui://27vd145bik9v7imf" fontSize="48" color="#317038" align="center" autoSize="none" bold="true" text="2">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<text id="n10_n9qr" name="piao" xy="751,73" pivot="0.5,0.5" size="31,61" font="Microsoft YaHei" fontSize="46" color="#43633d" align="center" text="2" bold="true">
|
||||
<relation target="" sidePair="center-center%" />
|
||||
<text id="n10_n9qr" name="piao" xy="793,73" size="169,64" font="ui://27vd145bik9v7imf" fontSize="48" color="#317038" align="center" autoSize="none" bold="true" text="2">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<text id="n15_yffn" name="score" xy="899,73" pivot="0.5,0.5" size="91,61" font="Microsoft YaHei" fontSize="46" color="#43633d" align="center" text="+44" bold="true">
|
||||
<relation target="" sidePair="center-center%" />
|
||||
<text id="n15_yffn" name="score" xy="968,73" size="252,64" font="ui://27vd145bik9v7imf" fontSize="48" color="#317038" align="center" autoSize="none" bold="true" text="+44">
|
||||
<relation target="" sidePair="center-center%"/>
|
||||
</text>
|
||||
<list id="n16_yffn" name="list_residue" xy="1266,32" size="676,145" layout="row" colGap="-62" defaultItem="ui://8wph7p8nyffno2">
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<list id="n16_yffn" name="list_residue" xy="1289,32" size="676,145" layout="row" colGap="-62" defaultItem="ui://8wph7p8nyffno2">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,38 +1,57 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<component size="478,714">
|
||||
<controller name="win" pages="0,,1," selected="0" />
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="425,659">
|
||||
<controller name="win" pages="0,,1," selected="1"/>
|
||||
<displayList>
|
||||
<image id="n4_n9qr" name="n4" src="yffnru" fileName="image/bg_game_poker_over1player.png" pkg="lx6k641g" xy="2,1" />
|
||||
<graph id="n11_yffn" name="n11" xy="73,23" size="108,108" type="rect" lineColor="#ffffffff" fillColor="#4cffffff" corner="10" />
|
||||
<component id="n5_yffn" name="btn_head" src="ik9v7ijw" fileName="buttons/Btn_HeadRound5x.xml" pkg="27vd145b" xy="78,28" size="98,98">
|
||||
<relation target="" sidePair="width-width,height-height" />
|
||||
</component>
|
||||
<text id="n6_yffn" name="text_name" xy="209,25" size="257,59" font="Microsoft YaHei" fontSize="44" color="#43633d" vAlign="middle" leading="0" letterSpacing="5" autoSize="none" text="你好" bold="true">
|
||||
<relation target="" sidePair="left-right,top-top" />
|
||||
<graph id="n20_u2h7" name="n20" xy="-11,-11" size="448,681" type="rect" lineColor="#ff17936d" fillColor="#ff1d9e77" corner="10">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</graph>
|
||||
<image id="n19_u2h7" name="n19" src="u2h7cl1" fileName="images/EPRFNMui/Rectangle 375.png" xy="0,0" size="425,659">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n21_u2h7" name="n21" src="u2h7cl9" fileName="images/EPRFNMui/Rectangle 3761.png" xy="-14,526" size="452,145">
|
||||
<relation target="n19_u2h7" sidePair="bottom-bottom"/>
|
||||
</image>
|
||||
<image id="n4_n9qr" name="n4" src="u2h7cl0" fileName="images/EPRFNMui/Rectangle 374.png" xy="0,0" size="425,659">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<graph id="n11_yffn" name="n11" xy="45,45" size="111,111" type="rect" lineColor="#ffffffff" fillColor="#4cffffff" corner="10"/>
|
||||
<component id="n5_yffn" name="btn_head" src="ik9v7ijw" fileName="buttons/Btn_HeadRound5x.xml" pkg="27vd145b" xy="45,45" size="111,111"/>
|
||||
<text id="n6_yffn" name="text_name" xy="174,53" size="248,54" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" vAlign="middle" leading="0" letterSpacing="5" autoSize="shrink" bold="true" singleLine="true" text="用户名称">
|
||||
<relation target="" sidePair="left-right,top-top"/>
|
||||
</text>
|
||||
<text id="n7_yffn" name="text_ID" xy="283,89" size="153,49" font="Microsoft YaHei" fontSize="36" color="#43633d" leading="0" singleLine="true" text="1375108" bold="true">
|
||||
<relation target="n8_yffn" sidePair="left-right,top-top" />
|
||||
<text id="n7_yffn" name="text_ID" xy="226,111" size="160,42" font="ui://27vd145bik9v7imf" fontSize="30" color="#317038" vAlign="middle" leading="0" autoSize="shrink" bold="true" singleLine="true" text="1375108">
|
||||
<relation target="n8_yffn" sidePair="left-right,top-top"/>
|
||||
</text>
|
||||
<text id="n8_yffn" name="text_ID_Title" xy="210,88" size="78,49" font="Microsoft YaHei" fontSize="36" color="#43633d" leading="0" singleLine="true" text="ID:" bold="true">
|
||||
<relation target="" sidePair="left-right,bottom-bottom" />
|
||||
</text>
|
||||
<list id="n2_ckvb" name="list_detail" xy="45,223" size="374,332" overflow="scroll" lineGap="12" defaultItem="ui://8wph7p8nyffnj" autoClearItems="true">
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<item />
|
||||
<text id="n8_yffn" name="text_ID_Title" xy="174,110" size="66,42" font="ui://27vd145bik9v7imf" fontSize="30" color="#317038" leading="0" autoSize="shrink" bold="true" singleLine="true" text="ID:"/>
|
||||
<list id="n2_ckvb" name="list_detail" xy="25,205" size="374,249" overflow="scroll" lineGap="12" defaultItem="ui://8wph7p8nyffnj" autoClearItems="true">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<text id="n12_yffn" name="textTitle_daniao" xy="151,514" size="76,49" font="Microsoft YaHei" fontSize="36" color="#80622c" text="打鸟" bold="true" />
|
||||
<text id="n13_yffn" name="text_daniao" xy="282,514" size="25,49" font="Microsoft YaHei" fontSize="36" color="#80622c" text="0" bold="true" />
|
||||
<text id="n15_yffn" name="textTitle_score" xy="114,573" size="124,54" font="Microsoft YaHei" fontSize="40" color="#0084ff" text="总战绩" bold="true">
|
||||
<gearColor controller="win" pages="0" values="#0084ff,#000000" default="#ff3300,#000000" />
|
||||
<text id="n12_yffn" name="textTitle_daniao" xy="40,499" size="160,44" font="ui://27vd145bik9v7imf" fontSize="32" color="#705f31" align="right" autoSize="shrink" bold="true" text="打鸟">
|
||||
<relation target="n21_u2h7" sidePair="top-top"/>
|
||||
</text>
|
||||
<text id="n16_yffn" name="text_score" xy="282,573" size="25,49" font="Microsoft YaHei" fontSize="36" color="#0084ff" text="0" bold="true">
|
||||
<gearColor controller="win" pages="0" values="#0084ff,#000000" default="#ff3300,#000000" />
|
||||
<text id="n13_yffn" name="text_daniao" xy="204,499" pivot="0.5,0.5" size="146,44" font="ui://27vd145bik9v7imf" fontSize="32" color="#705f31" align="center" vAlign="middle" autoSize="shrink" bold="true" text="0">
|
||||
<relation target="n21_u2h7" sidePair="top-top"/>
|
||||
</text>
|
||||
<text id="n14_yffn" name="text_toltalScore" xy="287,637" size="76,59" font="ui://27vd145byffn7iqf" fontSize="46" color="#ffffff" text="6.0" bold="true" />
|
||||
<image id="n17_yffn" name="n17" src="yffn7iqj" fileName="images/icon_game_bigWin.png" pkg="27vd145b" xy="39,-197">
|
||||
<gearDisplay controller="win" pages="1" />
|
||||
<text id="n15_yffn" name="textTitle_score" xy="11,544" size="185,49" font="ui://27vd145bik9v7imf" fontSize="36" color="#317038" align="right" autoSize="shrink" bold="true" text="总战绩">
|
||||
<relation target="n21_u2h7" sidePair="bottom-bottom"/>
|
||||
</text>
|
||||
<text id="n16_yffn" name="text_score" xy="221,544" size="189,49" font="ui://27vd145bik9v7imf" fontSize="36" color="#db2525" align="center" vAlign="middle" autoSize="shrink" bold="true" text="0">
|
||||
<gearColor controller="win" pages="0,1" values="#2f90ff,#000000|#db2525,#000000"/>
|
||||
<relation target="n21_u2h7" sidePair="bottom-bottom"/>
|
||||
</text>
|
||||
<text id="n14_yffn" name="text_toltalScore" xy="221,595" size="189,54" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" align="center" vAlign="middle" autoSize="shrink" bold="true" text="6.0">
|
||||
<relation target="n21_u2h7" sidePair="bottom-bottom"/>
|
||||
</text>
|
||||
<image id="n17_yffn" name="n17" src="yffn7iqj" fileName="images/icon_game_bigWin.png" pkg="27vd145b" xy="12,-197">
|
||||
<gearDisplay controller="win" pages="1"/>
|
||||
<relation target="" sidePair="center-center"/>
|
||||
<relation target="n19_u2h7" sidePair="top-top"/>
|
||||
</image>
|
||||
<image id="n26_u2h7" name="n26" src="u2h7clb" fileName="images/EPRFNMui/总战绩.png" xy="63,595" size="150,53">
|
||||
<relation target="n21_u2h7" sidePair="bottom-bottom"/>
|
||||
</image>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="374,54">
|
||||
<controller name="ShowTitle" pages="0,,1,,5,,6,,7,,8," selected="0">
|
||||
<remark page="0" value="单局最高分" />
|
||||
<remark page="1" value="打出炸弹数" />
|
||||
<remark page="2" value="胜负局数" />
|
||||
<remark page="3" value="总积分" />
|
||||
<remark page="0" value="单局最高分"/>
|
||||
<remark page="1" value="打出炸弹数"/>
|
||||
<remark page="2" value="胜负局数"/>
|
||||
<remark page="3" value="总积分"/>
|
||||
</controller>
|
||||
<displayList>
|
||||
<text id="n9_yffn" name="text_title" xy="0,0" size="10,54" font="Microsoft YaHei" fontSize="40" color="#80622c" text="" bold="true">
|
||||
<relation target="" sidePair="left-left" />
|
||||
<text id="n9_yffn" name="text_title" xy="0,0" size="279,54" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" autoSize="shrink" bold="true" text="打出炸弹数">
|
||||
<relation target="" sidePair="left-left"/>
|
||||
</text>
|
||||
<text id="n10_yffn" name="text_value" xy="364,0" size="10,54" font="Microsoft YaHei" fontSize="40" color="#80622c" text="" bold="true">
|
||||
<relation target="" sidePair="right-right" />
|
||||
<text id="n10_yffn" name="text_value" xy="281,0" size="93,54" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" autoSize="shrink" bold="true" singleLine="true" text="1000">
|
||||
<relation target="" sidePair="right-right"/>
|
||||
</text>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,24 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,1170">
|
||||
<component size="2159,1131">
|
||||
<controller name="over" pages="0,,1,,9," selected="0"/>
|
||||
<controller name="num" pages="1,,2," selected="0"/>
|
||||
<controller name="isgroup" pages="0,,1," selected="0"/>
|
||||
<controller name="lastRound" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<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">
|
||||
<image id="n81_rfsu" name="n81" src="u2h7cku" fileName="images/EPRFNMui/Frame 1255.png" xy="0,158" size="2159,973"/>
|
||||
<image id="n82_u2h7" name="n82" src="u2h7ckt" fileName="images/EPRFNMui/Frame 1254.png" xy="21,0" size="2110,160"/>
|
||||
<component id="n57_yffn" name="bgWindow" src="st2l7ijp" fileName="component/Win_BaseWindow.xml" pkg="27vd145b" xy="-186,-19" size="2532,1170"/>
|
||||
<text id="n58_yffn" name="n58" xy="163,211" size="168,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="玩家昵称"/>
|
||||
<text id="n59_yffn" name="n59" xy="482,211" size="86,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="剩牌"/>
|
||||
<text id="n60_yffn" name="n60" xy="696,211" size="86,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="炸弹"/>
|
||||
<text id="n61_yffn" name="n61" xy="909,211" size="86,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="飘分"/>
|
||||
<text id="n62_yffn" name="n62" xy="1129,211" size="86,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="积分"/>
|
||||
<list id="n9_ckvb" name="list_over0" xy="79,284" size="2005,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,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">
|
||||
<text id="n64_yffn" name="n64" xy="70,863" size="209,54" group="n4_ckvb" font="ui://27vd145bik9v7imf" fontSize="40" color="#317038" bold="true" text="剩余的牌:"/>
|
||||
<list id="n65_yffn" name="list_residue" xy="70,925" size="676,145" group="n4_ckvb" scale="0.836,0.836" layout="row" colGap="-52" defaultItem="ui://8wph7p8nyffno2">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
|
|
@ -35,53 +36,54 @@
|
|||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<component id="n10_ckvb" name="btn_confirm" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1395,974" size="400,169" group="n74_yffn">
|
||||
<Button icon="ui://27vd145byffn7ipc"/>
|
||||
<component id="n10_ckvb" name="btn_confirm" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1186,935" size="375,133" group="n74_yffn">
|
||||
<Button icon="ui://8wph7p8nu2h7ckv"/>
|
||||
</component>
|
||||
<component id="n63_yffn" name="btn_xipai" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1895,974" size="400,169" group="n74_yffn">
|
||||
<Button icon="ui://27vd145byffn7iq2"/>
|
||||
<component id="n63_yffn" name="btn_xipai" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1686,935" size="375,133" group="n74_yffn">
|
||||
<Button icon="ui://8wph7p8nu2h7ckw"/>
|
||||
</component>
|
||||
<group id="n74_yffn" name="over0Btncontinue" xy="1395,974" size="900,169" group="n4_ckvb" advanced="true">
|
||||
<group id="n74_yffn" name="over0Btncontinue" xy="1186,935" size="875,133" group="n4_ckvb" advanced="true">
|
||||
<gearDisplay controller="lastRound" pages="0"/>
|
||||
</group>
|
||||
<component id="n76_yffn" name="btn_Show1" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1842,974" size="400,169" group="n77_yffn">
|
||||
<Button icon="ui://27vd145byffn7iq0"/>
|
||||
<component id="n76_yffn" name="btn_Show1" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1686,935" size="375,133" group="n77_yffn">
|
||||
<Button icon="ui://8wph7p8nu2h7cl6"/>
|
||||
</component>
|
||||
<group id="n77_yffn" name="over0Btnlast" xy="1842,974" size="400,169" group="n4_ckvb" advanced="true">
|
||||
<group id="n77_yffn" name="over0Btnlast" xy="1686,935" size="375,133" group="n4_ckvb" advanced="true">
|
||||
<gearDisplay controller="lastRound" pages="1"/>
|
||||
</group>
|
||||
<group id="n4_ckvb" name="over0" xy="220,166" size="2075,977" advanced="true">
|
||||
<group id="n4_ckvb" name="over0" xy="70,211" size="2014,859" advanced="true">
|
||||
<gearDisplay controller="over" pages="0"/>
|
||||
</group>
|
||||
<component id="n18_ckvb" name="btn_result_share" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="233,971" size="400,169" group="n25_ckvb">
|
||||
<Button icon="ui://27vd145byffn7ipz"/>
|
||||
<component id="n18_ckvb" name="btn_result_share" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="96,956" size="375,143" group="n25_ckvb">
|
||||
<Button icon="ui://8wph7p8nu2h7ckx"/>
|
||||
</component>
|
||||
<component id="n66_yffn" name="btn_continue_game" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1909,971" size="400,169" group="n25_ckvb">
|
||||
<Button icon="ui://27vd145byffn7iq1"/>
|
||||
<component id="n66_yffn" name="btn_continue_game" src="mljn7ijt" fileName="buttons/Btn_Normol.xml" pkg="27vd145b" xy="1676,956" size="375,143" group="n25_ckvb">
|
||||
<Button icon="ui://8wph7p8nu2h7cky"/>
|
||||
</component>
|
||||
<component id="n21_ckvb" name="comp_playerInfo1_over1" src="yffnc" fileName="Clearing/Component/Comp_playerOver1Info.xml" xy="607,197" group="n25_ckvb">
|
||||
<gearXY controller="num" pages="1,2" values="607,197|248,250"/>
|
||||
<component id="n21_ckvb" name="comp_playerInfo1_over1" src="yffnc" fileName="Clearing/Component/Comp_playerOver1Info.xml" xy="459,250" size="425,659" group="n25_ckvb">
|
||||
<gearXY controller="num" pages="1,2" values="459,250|459,250"/>
|
||||
</component>
|
||||
<component id="n22_ckvb" name="comp_playerInfo2_over1" src="yffnc" fileName="Clearing/Component/Comp_playerOver1Info.xml" xy="1456,197" group="n25_ckvb">
|
||||
<gearXY controller="num" pages="1,2" values="1456,197|978,249"/>
|
||||
<component id="n22_ckvb" name="comp_playerInfo2_over1" src="yffnc" fileName="Clearing/Component/Comp_playerOver1Info.xml" xy="1251,250" size="425,659" group="n25_ckvb">
|
||||
<gearXY controller="num" pages="1,2" values="1251,250|1251,250"/>
|
||||
</component>
|
||||
<image id="n67_yffn" name="n67" src="yffn7iq3" fileName="images/bg_game_clearDetail.png" pkg="27vd145b" xy="748,958" group="n69_yffn"/>
|
||||
<text id="n68_yffn" name="txt_play" xy="838,962" size="856,137" group="n69_yffn" font="Microsoft YaHei" fontSize="32" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" bold="true" text="玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明玩法说明"/>
|
||||
<group id="n69_yffn" name="player" xy="748,958" size="1035,141" group="n25_ckvb" advanced="true">
|
||||
<image id="n67_yffn" name="n67" src="u2h7cl3" fileName="images/EPRFNMui/Rectangle 2784.png" xy="562,956" size="1035,140" group="n69_yffn"/>
|
||||
<text id="n68_yffn" name="txt_play" xy="675,956" pivot="0.5,0.5" size="810,140" group="n69_yffn" font="ui://27vd145bik9v7imf" fontSize="31" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" bold="true" text="2人15张玩法 第一局系统随机选一张先出,随后赢家先出 能出必出 红桃10分数翻倍 打鸟+20"/>
|
||||
<group id="n69_yffn" name="player" xy="562,956" size="1035,140" group="n25_ckvb" advanced="true">
|
||||
<relation target="" sidePair="center-center,bottom-bottom"/>
|
||||
</group>
|
||||
<text id="n70_yffn" name="txt_game_name" xy="490,59" size="148,49" group="n25_ckvb" font="Microsoft YaHei" fontSize="36" color="#ffffff" vAlign="middle" bold="true" text="游戏名字"/>
|
||||
<text id="n71_yffn" name="txt_game_data" xy="1817,56" size="321,49" group="n25_ckvb" font="Microsoft YaHei" fontSize="36" color="#ffffff" align="right" vAlign="middle" bold="true" text="2019-12-12 18:28"/>
|
||||
<text id="n72_yffn" name="txt_room_id" xy="231,59" size="244,49" group="n25_ckvb" font="Microsoft YaHei" fontSize="36" color="#ffffff" vAlign="middle" bold="true" text="房号:888888"/>
|
||||
<group id="n25_ckvb" name="over1" xy="231,56" size="2078,1084" advanced="true">
|
||||
<text id="n70_yffn" name="txt_game_name" xy="327,172" size="148,74" group="n25_ckvb" visible="false" font="Microsoft YaHei" fontSize="36" color="#ffffff" vAlign="middle" bold="true" text="游戏名字"/>
|
||||
<text id="n71_yffn" name="txt_game_data" xy="1654,184" size="321,74" group="n25_ckvb" visible="false" font="Microsoft YaHei" fontSize="36" color="#ffffff" align="right" vAlign="middle" bold="true" text="2019-12-12 18:28"/>
|
||||
<text id="n72_yffn" name="txt_room_id" xy="68,189" size="244,74" group="n25_ckvb" visible="false" font="Microsoft YaHei" fontSize="36" color="#ffffff" vAlign="middle" bold="true" text="房号:888888"/>
|
||||
<group id="n25_ckvb" name="over1" xy="68,172" size="1983,927" advanced="true">
|
||||
<gearDisplay controller="over" pages="1"/>
|
||||
</group>
|
||||
<component id="n73_yffn" name="btn_closeRound" src="vg2c4" fileName="buttons/Btn_Close.xml" pkg="27vd145b" xy="2236,10">
|
||||
<component id="n73_yffn" name="btn_closeRound" src="vg2c4" fileName="buttons/Btn_Close.xml" pkg="27vd145b" xy="1934,4" size="224,168">
|
||||
<gearDisplay controller="over" pages="1"/>
|
||||
<Button icon="ui://8wph7p8nu2h7clc"/>
|
||||
</component>
|
||||
<image id="n78_h46p" name="n78" src="vbut7irj" fileName="images/bg_game_times.png" pkg="27vd145b" xy="197,159" group="n80_h46p"/>
|
||||
<text id="n79_h46p" name="txt_time" xy="197,169" size="175,68" group="n80_h46p" font="Microsoft YaHei" fontSize="35" color="#ffffff" vAlign="middle" autoSize="shrink" bold="true" text="倍数:5"/>
|
||||
<group id="n80_h46p" name="group_times" xy="197,159" size="194,85" advanced="true">
|
||||
<image id="n78_h46p" name="n78" src="u2h7cks" fileName="images/EPRFNMui/Frame 787.png" xy="21,211" group="n80_h46p"/>
|
||||
<text id="n79_h46p" name="txt_time" xy="21,221" size="175,68" group="n80_h46p" font="ui://27vd145bik9v7imf" fontSize="35" color="#ffffff" vAlign="middle" autoSize="shrink" bold="true" text="倍数:5"/>
|
||||
<group id="n80_h46p" name="group_times" xy="21,211" size="194,85" advanced="true">
|
||||
<gearDisplay controller="over" pages="1"/>
|
||||
<relation target="" sidePair="left-left,top-top"/>
|
||||
</group>
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 504 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
|
@ -873,6 +873,23 @@
|
|||
<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/"/>
|
||||
<image id="u2h7cks" name="Frame 787.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7ckt" name="Frame 1254.png" path="/images/EPRFNMui/" atlas="alone_npot"/>
|
||||
<image id="u2h7cku" name="Frame 1255.png" path="/images/EPRFNMui/" atlas="alone_npot"/>
|
||||
<image id="u2h7ckv" name="Frame 1272.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7ckw" name="Frame 1273.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7ckx" name="Frame 1275.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cky" name="Frame 127113.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl0" name="Rectangle 374.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl1" name="Rectangle 375.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl3" name="Rectangle 2784.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl5" name="Rectangle 2917(1).png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl6" name="Frame 127311.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl8" name="Rectangle 376(1).png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cl9" name="Rectangle 3761.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7cla" name="Rectangle 3761(1).png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7clb" name="总战绩.png" path="/images/EPRFNMui/"/>
|
||||
<image id="u2h7clc" name="Frame 1253.png" path="/images/EPRFNMui/"/>
|
||||
</resources>
|
||||
<publish name="Extend_Poker_RunFastNew" path="..\wb_unity_pro\Assets\ART\extend\poker\runfast\ui" packageCount="2"/>
|
||||
</packageDescription>
|
||||
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 946 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b17f96d8182a29643a56ed87e71cfe36
|
||||
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: 246 KiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 60dd64e12df0d5c4b94b74c3dc7ee8b8
|
||||
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:
|
||||