家族战绩
|
|
@ -53,10 +53,27 @@ function BanDesk:Init()
|
||||||
local btn_del = obj:GetChild("btn_del")
|
local btn_del = obj:GetChild("btn_del")
|
||||||
local btn_addBanItem = obj:GetChild("btn_addBanItem")
|
local btn_addBanItem = obj:GetChild("btn_addBanItem")
|
||||||
|
|
||||||
--tex_name.text =
|
btn_addBanItem.onClick:Set(function()
|
||||||
|
local fgCtr = ControllerManager.GetController(NewGroupController)
|
||||||
|
local groupId = root._group
|
||||||
|
local userId = DataManager.SelfUser.account_id
|
||||||
|
local banList = {}
|
||||||
|
--fgCtr:FG_SetBanTable(groupId, userId, , {},function()
|
||||||
|
--end)
|
||||||
|
end)
|
||||||
|
|
||||||
|
list_BanedPlayers.itemRenderer = function(i, o)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function BanDesk:Reflash()
|
||||||
-- 最后一个添加ban按钮
|
-- 最后一个添加ban按钮
|
||||||
local addBanItem = self.list_banItem:AddItemFromPool()
|
local addBanItem = self.list_banItem:AddItemFromPool()
|
||||||
|
addBanItem:GetController("cStyle").selectedIndex = 1
|
||||||
|
|
||||||
--addBanItem
|
--addBanItem
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
local FamilyRecord = {}
|
||||||
|
|
||||||
|
function FamilyRecord:TryShow()
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function FamilyRecord:Show()
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function FamilyRecord:Init()
|
||||||
|
setmetatable(FamilyRecord, {__index = BaseView})
|
||||||
|
|
||||||
|
self:InitView("ui://Family/com_Record")
|
||||||
|
|
||||||
|
--self
|
||||||
|
end
|
||||||
|
|
@ -8,7 +8,6 @@ local FamilyAllNumbers = import(".Family.FamilyAllNumbers")
|
||||||
local FamilyNumberRecord = import(".Family.FamilyNumberRecord")
|
local FamilyNumberRecord = import(".Family.FamilyNumberRecord")
|
||||||
local FamilyAuditNumber = import(".Family.FamilyAuditNumber")
|
local FamilyAuditNumber = import(".Family.FamilyAuditNumber")
|
||||||
local FamilyJoinAndCreate = import(".Family.FamilyJoinAndCreate")
|
local FamilyJoinAndCreate = import(".Family.FamilyJoinAndCreate")
|
||||||
local FamilyBanDeskmate = import(".Family.FamilyBanDeskmate")
|
|
||||||
local FamilyEventView = import(".Family.FamilyEventView")
|
local FamilyEventView = import(".Family.FamilyEventView")
|
||||||
local FamilyBanDesk = import(".Family.FamilyBanDesk")
|
local FamilyBanDesk = import(".Family.FamilyBanDesk")
|
||||||
local FamilyMyFamily = import(".Family.FamilyMyFamily")
|
local FamilyMyFamily = import(".Family.FamilyMyFamily")
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<image id="n3_jw05" name="n3" src="jw057d2o" fileName="BanDesk/Image/Rectangle 257.png" xy="0,0" size="558,114" group="n10_jw05"/>
|
<image id="n3_jw05" name="n3" src="jw057d2o" fileName="BanDesk/Image/Rectangle 257.png" xy="0,0" size="558,114" group="n10_jw05"/>
|
||||||
<text id="n4_jw05" name="tex_name" xy="0,26" size="558,64" group="n10_jw05" font="ui://27vd145bg2mo7ij0" fontSize="48" color="#8b6914" align="center" vAlign="middle" autoSize="none" text="名称备注名称备注"/>
|
<text id="n4_jw05" name="tex_name" xy="0,26" size="558,64" group="n10_jw05" font="ui://27vd145bg2mo7ij0" fontSize="48" color="#8b6914" align="center" vAlign="middle" autoSize="none" text="名称备注名称备注"/>
|
||||||
<component id="n5_jw05" name="btn_edit" src="jw057d2q" fileName="BanDesk/Component/btn_edit.xml" xy="474,30" group="n10_jw05"/>
|
<component id="n5_jw05" name="btn_edit" src="jw057d2q" fileName="BanDesk/Component/btn_edit.xml" xy="474,30" group="n10_jw05"/>
|
||||||
<list id="n7_jw05" name="list_BanedPlayers" xy="0,150" size="558,415" group="n10_jw05" layout="flow_hz" overflow="hidden" lineGap="18" colGap="30" defaultItem="ui://htcn7v3rjw057d2r" align="center">
|
<list id="n7_jw05" name="list_BanedPlayers" xy="0,150" size="558,415" group="n10_jw05" layout="flow_hz" overflow="hidden" lineGap="18" colGap="30" defaultItem="ui://htcn7v3rjw057d2r" align="center" autoClearItems="true">
|
||||||
<item/>
|
<item/>
|
||||||
<item/>
|
<item/>
|
||||||
<item/>
|
<item/>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<displayList>
|
<displayList>
|
||||||
<image id="n0_jw05" name="n0" src="mc627d05" fileName="Main/Image/Rectangle 91.png" xy="225,165" size="2082,993"/>
|
<image id="n0_jw05" name="n0" src="mc627d05" fileName="Main/Image/Rectangle 91.png" xy="225,165" size="2082,993"/>
|
||||||
<image id="n1_jw05" name="n1" src="jw057d2l" fileName="BanDesk/Image/Rectangle 286.png" xy="243,183" size="2046,957"/>
|
<image id="n1_jw05" name="n1" src="jw057d2l" fileName="BanDesk/Image/Rectangle 286.png" xy="243,183" size="2046,957"/>
|
||||||
<list id="n2_jw05" name="list_banItem" xy="327,237" size="1878,741" layout="flow_hz" overflow="scroll" lineGap="84" colGap="102" defaultItem="ui://htcn7v3rjw057d2m" align="center">
|
<list id="n2_jw05" name="list_banItem" xy="327,237" size="1878,741" layout="flow_hz" overflow="scroll" lineGap="84" colGap="102" defaultItem="ui://htcn7v3rjw057d2m" align="center" autoClearItems="true">
|
||||||
<item/>
|
<item/>
|
||||||
<item/>
|
<item/>
|
||||||
<item/>
|
<item/>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="152,108">
|
||||||
|
<displayList>
|
||||||
|
<text id="n0_slrk" name="n0" xy="0,0" size="152,42" font="Alimama FangYuanTi VF" fontSize="30" align="center" autoSize="none" text="999999999"/>
|
||||||
|
<loader id="n3_slrk" name="n3" xy="6,43" size="60,60"/>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="2328,150">
|
||||||
|
<displayList>
|
||||||
|
<image id="n0_slrk" name="n0" src="slrk7d34" fileName="Record/Image/Rectangle 182.png" xy="-11,-12" size="2350,172"/>
|
||||||
|
<image id="n1_slrk" name="n1" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="162,11"/>
|
||||||
|
<image id="n2_slrk" name="n2" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="402,11"/>
|
||||||
|
<image id="n3_slrk" name="n3" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="594,11"/>
|
||||||
|
<image id="n4_slrk" name="n4" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="804,11"/>
|
||||||
|
<image id="n6_slrk" name="n6" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="1886,11"/>
|
||||||
|
<image id="n7_slrk" name="n7" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="2100,11"/>
|
||||||
|
<text id="n8_slrk" name="n8" xy="42,47" size="76,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#a62812" align="center" vAlign="middle" autoSize="none" text="999"/>
|
||||||
|
<text id="n9_slrk" name="n9" xy="183,27" size="204,96" font="ui://27vd145bg2mo7ij0" fontSize="36" color="#444444" align="center" vAlign="middle" autoSize="none" text="2025-03-21
14:30:23"/>
|
||||||
|
<text id="n10_slrk" name="n10" xy="1960,47" size="76,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" align="center" vAlign="middle" autoSize="none" text="999"/>
|
||||||
|
<text id="n11_slrk" name="n11" xy="662,47" size="76,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" align="center" vAlign="middle" autoSize="none" text="999"/>
|
||||||
|
<text id="n12_slrk" name="n12" xy="462,47" size="76,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" align="center" vAlign="middle" autoSize="none" text="999"/>
|
||||||
|
<list id="n13_slrk" name="list_familyPlayer" xy="804,0" size="1082,150" layout="flow_vt" selectionMode="none" overflow="hidden" colGap="101" defaultItem="ui://htcn7v3rslrk7d3c" align="center" vAlign="middle">
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
</list>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="2328,150">
|
||||||
|
<displayList>
|
||||||
|
<image id="n0_slrk" name="n0" src="slrk7d34" fileName="Record/Image/Rectangle 182.png" xy="-11,-12" size="2349,170"/>
|
||||||
|
<image id="n2_slrk" name="n2" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="162,12"/>
|
||||||
|
<image id="n4_slrk" name="n4" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="372,12"/>
|
||||||
|
<image id="n7_slrk" name="n7" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="1878,12"/>
|
||||||
|
<image id="n8_slrk" name="n8" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="2097,12"/>
|
||||||
|
<text id="n1_slrk" name="n1" xy="49,47" size="76,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#a62812" autoSize="none" text="999"/>
|
||||||
|
<text id="n3_slrk" name="n3" xy="170,27" size="204,96" font="ui://27vd145bg2mo7ij0" fontSize="36" color="#444444" align="center" vAlign="middle" autoSize="none" text="2025-03-21
14:30:23"/>
|
||||||
|
<list id="n6_slrk" name="list_score" xy="373,0" size="1505,150" layout="flow_hz" overflow="hidden" lineItemCount="5" defaultItem="ui://htcn7v3rslrk7d36" autoItemSize="true" scrollItemToViewOnClick="false">
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
</list>
|
||||||
|
<component id="n9_slrk" name="n9" src="slrk7d39" fileName="Record/Component/btn_share.xml" xy="1896,39"/>
|
||||||
|
<component id="n10_slrk" name="n10" src="slrk7d3a" fileName="Record/Component/btn_replay.xml" xy="2115,39"/>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="800,150">
|
||||||
|
<displayList>
|
||||||
|
<image id="n0_slrk" name="n0" src="slrk7d35" fileName="Record/Image/Rectangle 187.png" xy="0,12">
|
||||||
|
<relation target="" sidePair="left-left"/>
|
||||||
|
</image>
|
||||||
|
<text id="n1_slrk" name="n1" xy="321,47" size="158,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" align="center" vAlign="middle" autoSize="none" text="-9999">
|
||||||
|
<relation target="" sidePair="center-center,middle-middle"/>
|
||||||
|
</text>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="800,72">
|
||||||
|
<displayList>
|
||||||
|
<graph id="n0_slrk" name="n0" xy="0,0" size="6,72" type="rect" lineColor="#ffffffff">
|
||||||
|
<relation target="" sidePair="left-left"/>
|
||||||
|
</graph>
|
||||||
|
<text id="n2_slrk" name="n2" xy="258,7" size="283,65" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" align="center" vAlign="middle" autoSize="none" text="用户用户用户用户">
|
||||||
|
<relation target="" sidePair="center-center,middle-middle"/>
|
||||||
|
</text>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="189,72" extention="Button">
|
||||||
|
<Button/>
|
||||||
|
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver"/>
|
||||||
|
<displayList>
|
||||||
|
<image id="n0_slrk" src="slrk7d37" name="n0" xy="0,0">
|
||||||
|
<relation target="" sidePair="width,height"/>
|
||||||
|
</image>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="189,72" extention="Button">
|
||||||
|
<Button/>
|
||||||
|
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver"/>
|
||||||
|
<displayList>
|
||||||
|
<image id="n0_slrk" src="slrk7d38" name="n0" xy="0,0">
|
||||||
|
<relation target="" sidePair="width,height"/>
|
||||||
|
</image>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 234 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
|
@ -0,0 +1,56 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<component size="2532,1170">
|
||||||
|
<controller name="cWindow" pages="0,,1," selected="0">
|
||||||
|
<remark page="0" value="亲友圈战绩"/>
|
||||||
|
<remark page="1" value="房间战绩"/>
|
||||||
|
</controller>
|
||||||
|
<displayList>
|
||||||
|
<image id="n5_jw05" name="n5" src="mc627d05" fileName="Main/Image/Rectangle 91.png" xy="24,192" size="2484,960"/>
|
||||||
|
<image id="n6_jw05" name="n6" src="jw057d2i" fileName="Record/Image/Rectangle 285.png" xy="60,222" size="2412,900"/>
|
||||||
|
<loader id="n60_slrk" name="loader_test" xy="261,18" size="197,188"/>
|
||||||
|
<image id="n3_jw05" name="n3" src="jw057d2h" fileName="Record/Image/Group 544.png" xy="101,258" size="2328,72" group="n19_slrk"/>
|
||||||
|
<graph id="n4_jw05" name="n4" xy="264,258" size="6,72" group="n19_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n7_jw05" name="n7" xy="474,258" size="6,72" group="n19_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n9_jw05" name="n9" xy="1980,258" size="6,72" group="n19_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n10_jw05" name="n10" xy="2199,258" size="6,72" group="n19_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<text id="n11_jw05" name="n11" xy="144,265" size="88,56" group="n19_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
||||||
|
<text id="n12_jw05" name="n12" xy="330,265" size="88,56" group="n19_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
||||||
|
<text id="n15_jw05" name="n15" xy="2052,265" size="88,56" group="n19_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
||||||
|
<text id="n16_jw05" name="n16" xy="2271,265" size="88,56" group="n19_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
||||||
|
<list id="n17_slrk" name="list_players" xy="475,258" size="1506,72" group="n19_slrk" layout="flow_hz" selectionMode="none" lineItemCount="5" defaultItem="ui://htcn7v3rslrk7d32" autoItemSize="true" scrollItemToViewOnClick="false">
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
</list>
|
||||||
|
<list id="n18_slrk" name="list_record" xy="89,354" size="2354,702" group="n19_slrk" layout="flow_hz" overflow="scroll" lineGap="24" defaultItem="ui://htcn7v3rslrk7d33" align="center">
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
</list>
|
||||||
|
<group id="n19_slrk" name="n19" xy="89,258" size="2354,798" advanced="true">
|
||||||
|
<gearDisplay controller="cWindow" pages="1"/>
|
||||||
|
</group>
|
||||||
|
<image id="n20_slrk" name="n20" src="jw057d2h" fileName="Record/Image/Group 544.png" xy="102,258" size="2328,72" group="n57_slrk"/>
|
||||||
|
<graph id="n45_slrk" name="n45" xy="264,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n46_slrk" name="n46" xy="474,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n50_slrk" name="n50" xy="696,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n51_slrk" name="n51" xy="906,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n52_slrk" name="n52" xy="1988,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<graph id="n53_slrk" name="n53" xy="2202,258" size="6,72" group="n57_slrk" type="rect" lineColor="#ffffffff"/>
|
||||||
|
<text id="n47_slrk" name="n47" xy="144,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" text="选择"/>
|
||||||
|
<text id="n48_slrk" name="n48" xy="330,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" text="时间"/>
|
||||||
|
<text id="n49_slrk" name="n49" xy="556,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" autoSize="none" text="房号"/>
|
||||||
|
<text id="n54_slrk" name="n54" xy="2056,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" autoSize="none" text="备注"/>
|
||||||
|
<text id="n55_slrk" name="n55" xy="2268,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" autoSize="none" text="回放"/>
|
||||||
|
<text id="n56_slrk" name="n56" xy="1410,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" autoSize="none" text="结算"/>
|
||||||
|
<text id="n58_slrk" name="n58" xy="762,266" size="88,56" group="n57_slrk" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" autoSize="none" text="房卡"/>
|
||||||
|
<list id="n59_slrk" name="n59" xy="63,406" size="2405,636" group="n57_slrk" layout="flow_hz" overflow="scroll" defaultItem="ui://htcn7v3rslrk7d3b" align="center">
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
<item/>
|
||||||
|
</list>
|
||||||
|
<group id="n57_slrk" name="n57" xy="63,258" size="2405,784"/>
|
||||||
|
</displayList>
|
||||||
|
</component>
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<component size="2532,1170">
|
|
||||||
<displayList>
|
|
||||||
<image id="n5_jw05" name="n5" src="mc627d05" fileName="Main/Image/Rectangle 91.png" xy="24,192" size="2484,960"/>
|
|
||||||
<image id="n6_jw05" name="n6" src="jw057d2i" fileName="BanDesk/Image/Rectangle 285.png" xy="60,222" size="2412,900"/>
|
|
||||||
<image id="n3_jw05" name="n3" src="jw057d2h" fileName="BanDesk/Image/Group 544.png" xy="102,258" size="2328,72"/>
|
|
||||||
<graph id="n4_jw05" name="n4" xy="264,258" size="6,72" type="rect" lineColor="#ffffffff"/>
|
|
||||||
<graph id="n7_jw05" name="n7" xy="474,258" size="6,72" type="rect" lineColor="#ffffffff"/>
|
|
||||||
<graph id="n8_jw05" name="n8" xy="1227,258" size="6,72" type="rect" lineColor="#ffffffff"/>
|
|
||||||
<graph id="n9_jw05" name="n9" xy="1980,258" size="6,72" type="rect" lineColor="#ffffffff"/>
|
|
||||||
<graph id="n10_jw05" name="n10" xy="2199,258" size="6,72" type="rect" lineColor="#ffffffff"/>
|
|
||||||
<text id="n11_jw05" name="n11" xy="144,270" size="88,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
|
||||||
<text id="n12_jw05" name="n12" xy="330,270" size="88,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
|
||||||
<text id="n13_jw05" name="n13" xy="768,270" size="172,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" text="用户用户"/>
|
|
||||||
<text id="n14_jw05" name="n14" xy="1521,270" size="172,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" text="用户用户"/>
|
|
||||||
<text id="n15_jw05" name="n15" xy="2052,270" size="88,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
|
||||||
<text id="n16_jw05" name="n16" xy="2271,270" size="88,56" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#444444" text="序号"/>
|
|
||||||
</displayList>
|
|
||||||
</component>
|
|
||||||
|
|
@ -234,9 +234,9 @@
|
||||||
<image id="ndnl7d2a" name="ruleManager-6.png" path="/GamePlay/Image/"/>
|
<image id="ndnl7d2a" name="ruleManager-6.png" path="/GamePlay/Image/"/>
|
||||||
<image id="ndnl7d2b" name="ruleManager-2.png" path="/GamePlay/Image/"/>
|
<image id="ndnl7d2b" name="ruleManager-2.png" path="/GamePlay/Image/"/>
|
||||||
<image id="ndnl7d2c" name="Group 315.png" path="/GamePlay/Image/"/>
|
<image id="ndnl7d2c" name="Group 315.png" path="/GamePlay/Image/"/>
|
||||||
<component id="jw057d2d" name="temp_record.xml" path="/Record/"/>
|
<component id="jw057d2d" name="com_Record.xml" path="/Record/" exported="true"/>
|
||||||
<image id="jw057d2h" name="Group 544.png" path="/BanDesk/Image/" scale="9grid" scale9grid="50,35,8,2"/>
|
<image id="jw057d2h" name="Group 544.png" path="/Record/Image/" scale="9grid" scale9grid="50,35,8,2"/>
|
||||||
<image id="jw057d2i" name="Rectangle 285.png" path="/BanDesk/Image/" scale="9grid" scale9grid="39,37,31,36"/>
|
<image id="jw057d2i" name="Rectangle 285.png" path="/Record/Image/" scale="9grid" scale9grid="39,37,31,36"/>
|
||||||
<component id="jw057d2j" name="com_banDesk.xml" path="/BanDesk/" exported="true"/>
|
<component id="jw057d2j" name="com_banDesk.xml" path="/BanDesk/" exported="true"/>
|
||||||
<image id="jw057d2l" name="Rectangle 286.png" path="/BanDesk/Image/" scale="9grid" scale9grid="23,22,25,31"/>
|
<image id="jw057d2l" name="Rectangle 286.png" path="/BanDesk/Image/" scale="9grid" scale9grid="23,22,25,31"/>
|
||||||
<component id="jw057d2m" name="item_banItem.xml" path="/BanDesk/Component/" exported="true"/>
|
<component id="jw057d2m" name="item_banItem.xml" path="/BanDesk/Component/" exported="true"/>
|
||||||
|
|
@ -255,6 +255,17 @@
|
||||||
<image id="jw057d2z" name="hall_club_filter_delete_add_big.png" path="/BanDesk/Image/"/>
|
<image id="jw057d2z" name="hall_club_filter_delete_add_big.png" path="/BanDesk/Image/"/>
|
||||||
<component id="jw057d30" name="btn_addBanItem.xml" path="/BanDesk/Component/"/>
|
<component id="jw057d30" name="btn_addBanItem.xml" path="/BanDesk/Component/"/>
|
||||||
<image id="jw057d31" name="9 拷贝.png" path="/BanDesk/Image/"/>
|
<image id="jw057d31" name="9 拷贝.png" path="/BanDesk/Image/"/>
|
||||||
|
<component id="slrk7d32" name="Item_title.xml" path="/Record/Component/"/>
|
||||||
|
<component id="slrk7d33" name="Item_record.xml" path="/Record/Component/"/>
|
||||||
|
<image id="slrk7d34" name="Rectangle 182.png" path="/Record/Image/" scale="9grid" scale9grid="35,36,72,56"/>
|
||||||
|
<image id="slrk7d35" name="Rectangle 187.png" path="/Record/Image/"/>
|
||||||
|
<component id="slrk7d36" name="Item_score.xml" path="/Record/Component/"/>
|
||||||
|
<image id="slrk7d37" name="回放.png" path="/Record/Image/"/>
|
||||||
|
<image id="slrk7d38" name="分享.png" path="/Record/Image/"/>
|
||||||
|
<component id="slrk7d39" name="btn_share.xml" path="/Record/Component/"/>
|
||||||
|
<component id="slrk7d3a" name="btn_replay.xml" path="/Record/Component/"/>
|
||||||
|
<component id="slrk7d3b" name="Item_familyRecord.xml" path="/Record/Component/"/>
|
||||||
|
<component id="slrk7d3c" name="Item_familyPlayer.xml" path="/Record/Component/"/>
|
||||||
</resources>
|
</resources>
|
||||||
<publish name="Family" path="..\wb_unity_pro\Assets\ART\base\Family\ui" packageCount="2"/>
|
<publish name="Family" path="..\wb_unity_pro\Assets\ART\base\Family\ui" packageCount="2"/>
|
||||||
</packageDescription>
|
</packageDescription>
|
||||||
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |