修改微信反馈
|
|
@ -428,7 +428,7 @@ function M:EventInit()
|
|||
end)
|
||||
self._view:AddChild(tip_qishou)
|
||||
tip_qishou:Center()
|
||||
self._com_qishou = tip_qishou
|
||||
self._com_qishou = tip_qishou
|
||||
end)
|
||||
|
||||
_gamectr:AddEventListener(CS_GameEvent.EvnetQSAction, function(...)
|
||||
|
|
@ -766,17 +766,54 @@ function M:__QsHu(data)
|
|||
local pNode = info._mask_liangpai
|
||||
self.QSHList={}
|
||||
coroutine.start(function()
|
||||
-- 获取父节点的中心坐标,作为基准点
|
||||
local centerX = pNode.width * 0.5
|
||||
local centerY = pNode.height * 0.5
|
||||
|
||||
-- 计算所有提示框的总宽度,以便整体居中显示
|
||||
local totalWidth = 0
|
||||
local tipsTemp = {} -- 临时存储创建的对象,用于第二次遍历设置位置
|
||||
|
||||
-- 第一次遍历:创建对象并计算总宽度
|
||||
for i, v in pairs(types) do
|
||||
local show_tip = UIPackage.CreateObject("Extend_MJ_ChangSha", "Tip_qishou")
|
||||
show_tip:GetChild("icon").url = "ui://Extend_MJ_ChangSha/qs" .. i
|
||||
show_tip:GetChild("num").text = v
|
||||
|
||||
-- 先添加到父节点,确保 width/height 可用(如果UI包中已定义大小则可直接用,否则需添加后获取)
|
||||
pNode:AddChild(show_tip)
|
||||
show_tip:Center()
|
||||
table.insert(self.QSHList,show_tip)
|
||||
--coroutine.wait(4)
|
||||
--show_tip:Dispose()
|
||||
|
||||
table.insert(tipsTemp, {obj = show_tip, type = i, value = v})
|
||||
totalWidth = totalWidth + show_tip.width
|
||||
end
|
||||
end)
|
||||
|
||||
-- 定义间距
|
||||
local spacing = 10 -- 两个提示框之间的间隙
|
||||
|
||||
-- 计算起始 X 坐标,使整排提示框在父节点中水平居中
|
||||
-- 起始X = 中心X - (总宽度 + 总间距) / 2
|
||||
local totalSpacing = spacing * (#tipsTemp - 1)
|
||||
local startX = centerX - (totalWidth + totalSpacing) * 0.5
|
||||
|
||||
local currentX = startX
|
||||
|
||||
-- 第二次遍历:设置每个提示框的具体位置
|
||||
for k, data in ipairs(tipsTemp) do
|
||||
local show_tip = data.obj
|
||||
|
||||
-- 设置 Y 轴位置:保持在父节点垂直居中 (或者你可以固定一个值,如 centerY - show_tip.height * 0.5)
|
||||
show_tip.y = centerY - show_tip.height * 0.5
|
||||
|
||||
-- 设置 X 轴位置:从 startX 开始,依次累加宽度和间距
|
||||
show_tip.x = currentX
|
||||
|
||||
-- 更新下一个对象的 X 坐标
|
||||
currentX = currentX + show_tip.width + spacing
|
||||
|
||||
-- 加入销毁列表
|
||||
table.insert(self.QSHList, show_tip)
|
||||
end
|
||||
end)
|
||||
table.sort(allShowCards, ViewUtil.HandCardSort)
|
||||
info:UpdateHandCard(false, false, allShowCards)
|
||||
coroutine.start(function()
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"objectStatus": {
|
||||
"n34_hp0b": {
|
||||
"hidden": true
|
||||
},
|
||||
"n104_ni5n": {
|
||||
"hidden": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,6 +8,100 @@
|
|||
"ui://egnzysm7ffp36o",
|
||||
"ui://egnzysm7ffp370",
|
||||
"ui://442j0uepygxga",
|
||||
"ui://2zlli80mr6cyce9",
|
||||
"ui://3z9lj55vjokmky",
|
||||
"ui://v0j9abjygq7mgo",
|
||||
"ui://4skil1l6by4o1i2",
|
||||
"ui://27vd145bpgy941",
|
||||
"ui://27vd145bko559b",
|
||||
"ui://27vd145beeqmcgu",
|
||||
"ui://27vd145beeqmcgv",
|
||||
"ui://27vd145bhxjc1ub",
|
||||
"ui://l0ds4ys6h1uu2p",
|
||||
"ui://l0ds4ys6h1uu26",
|
||||
"ui://l0ds4ys6e54q2t",
|
||||
"ui://z1qthxavlrfi0",
|
||||
"ui://0khx14are0py2",
|
||||
"ui://3z9lj55vjokm7l",
|
||||
"ui://3n2top74kpmgp5",
|
||||
"ui://c7j2rnvqtpf08x",
|
||||
"ui://fnuxqeflkllg1x",
|
||||
"ui://egnzysm7ffp3b2",
|
||||
"ui://v2hilfzbgq7me6",
|
||||
"ui://ypulwxjhl9mn37",
|
||||
"ui://k15boclkl9mn37",
|
||||
"ui://oubpz2r2ofil8x",
|
||||
"ui://442j0uepdafga8",
|
||||
"ui://3n2top74kpmgmh",
|
||||
"ui://9n9stu2eprgzf0",
|
||||
"ui://awernf6xbazq90",
|
||||
"ui://qpsoxvaiprgzf0",
|
||||
"ui://b8jloj2qprgzf0",
|
||||
"ui://3op8sm5eu86s3p",
|
||||
"ui://niy3ldiwl9mn37",
|
||||
"ui://niy3ldiwl9mn34",
|
||||
"ui://niy3ldiwl9mn31",
|
||||
"ui://27vd145be54q3v",
|
||||
"ui://niy3ldiwl9mn2s",
|
||||
"ui://3z9lj55vjokmwr",
|
||||
"ui://v0j9abjygq7ms2",
|
||||
"ui://v6yvqp7wf55qwa",
|
||||
"ui://35sf1c1fr05e8u",
|
||||
"ui://35sf1c1fr05e9m",
|
||||
"ui://35sf1c1fr05eae",
|
||||
"ui://yzaioi79f55qwa",
|
||||
"ui://c7j2rnvqtpf093",
|
||||
"ui://c7j2rnvqtpf0w",
|
||||
"ui://3n2top74kpmgbc",
|
||||
"ui://3z9lj55vjokm8k",
|
||||
"ui://3z9lj55vjokm8x",
|
||||
"ui://3z9lj55vjokm8q",
|
||||
"ui://3z9lj55vjokm8p",
|
||||
"ui://c7j2rnvqtpf06k",
|
||||
"ui://c7j2rnvqtpf08t",
|
||||
"ui://c7j2rnvqtpf06p",
|
||||
"ui://c7j2rnvqtpf08q",
|
||||
"ui://3z9lj55vjokm8j",
|
||||
"ui://v2hilfzbgq7mh7",
|
||||
"ui://oubpz2r2i2djgl",
|
||||
"ui://3n2top74kpmgp4",
|
||||
"ui://m7iejg46tqi8hwa",
|
||||
"ui://27vd145bp2bz6s",
|
||||
"ui://27vd145bhxjc7i4q",
|
||||
"ui://27vd145b7jqkcdl",
|
||||
"ui://27vd145blwcl28",
|
||||
"ui://27vd145bimywcd5",
|
||||
"ui://27vd145bofsx1e",
|
||||
"ui://27vd145bep9w7ik3",
|
||||
"ui://27vd145bcvc87i5t",
|
||||
"ui://27vd145bzwbu1a",
|
||||
"ui://27vd145bhznkce2",
|
||||
"ui://27vd145blprqce1",
|
||||
"ui://27vd145bh1uu30",
|
||||
"ui://27vd145bnosez",
|
||||
"ui://27vd145bcjli6",
|
||||
"ui://m7iejg46kwi0hlb",
|
||||
"ui://m7iejg46jr1l7i3c",
|
||||
"ui://3n2top74kpmgoa",
|
||||
"ui://3n2top74kpmgog",
|
||||
"ui://9n9stu2eprgzgj",
|
||||
"ui://awernf6xbazqbp",
|
||||
"ui://b8jloj2qprgzgj",
|
||||
"ui://2d9xdj6zl0lzb",
|
||||
"ui://2d9xdj6zl0lzo",
|
||||
"ui://lx6k641gajzhoe",
|
||||
"ui://5cdldr01qaqfdr",
|
||||
"ui://yzaioi79wyal8n",
|
||||
"ui://v6yvqp7wwyal8n",
|
||||
"ui://35sf1c1fr05ed8",
|
||||
"ui://qpsoxvaiprgzgj",
|
||||
"ui://3z9lj55vjokm8c",
|
||||
"ui://v0j9abjygq7m8f",
|
||||
"ui://4skil1l6ms5spy",
|
||||
"ui://4skil1l6r6qo1kc",
|
||||
"ui://5cdldr01qaqf9c",
|
||||
"ui://5cdldr01qaqfa4",
|
||||
"ui://5cdldr01qaqfaw",
|
||||
"ui://5cdldr01qaqf2c",
|
||||
"ui://niy3ldiwl9mn14",
|
||||
"ui://niy3ldiwl9mn18",
|
||||
|
|
@ -19,35 +113,11 @@
|
|||
"auxline1": true,
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://442j0uepygxga",
|
||||
"doc.activeDoc": "ui://3z9lj55vjokm7l",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"egnzysm7",
|
||||
"0khx14ar",
|
||||
"/",
|
||||
"egnzysm7",
|
||||
"/component/",
|
||||
"egnzysm7",
|
||||
"/component/EPCDWHZMui/",
|
||||
"egnzysm7",
|
||||
"/component/clearing/",
|
||||
"egnzysm7",
|
||||
"/component/clearing/image/",
|
||||
"442j0uep",
|
||||
"/",
|
||||
"442j0uep",
|
||||
"/component/",
|
||||
"442j0uep",
|
||||
"/component/EPRHZMui/",
|
||||
"442j0uep",
|
||||
"/component/clearing/",
|
||||
"niy3ldiw",
|
||||
"/",
|
||||
"niy3ldiw",
|
||||
"/component/",
|
||||
"niy3ldiw",
|
||||
"/component/EPYYWHZMui/",
|
||||
"niy3ldiw",
|
||||
"/component/clearing/",
|
||||
"3z9lj55v",
|
||||
"/",
|
||||
"3z9lj55v",
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,286">
|
||||
<displayList>
|
||||
<graph id="n5_m0vo" name="n5" xy="-208,0" size="1751,286" type="rect" lineSize="0" fillColor="#b3000000">
|
||||
<graph id="n5_m0vo" name="n5" xy="390,0" size="1751,286" type="rect" lineSize="0" fillColor="#b3000000">
|
||||
<relation target="" sidePair="height-height"/>
|
||||
</graph>
|
||||
<text id="n7_m0vo" name="tex_message" xy="156,24" size="1022,132" fontSize="35" color="#ffffff" align="center" vAlign="middle" ubb="true" autoSize="none" text="125"/>
|
||||
<component id="n4_m0vo" name="btn_connect" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="267,173" group="n8_m0vo">
|
||||
<text id="n7_m0vo" name="tex_message" xy="755,24" size="1022,132" fontSize="35" color="#ffffff" align="center" vAlign="middle" ubb="true" autoSize="none" text="125"/>
|
||||
<component id="n4_m0vo" name="btn_connect" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="866,173" size="232,98" group="n8_m0vo">
|
||||
<Button title=" " icon="ui://27vd145bko559c"/>
|
||||
</component>
|
||||
<component id="n6_m0vo" name="btn_back" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="771,173" group="n8_m0vo">
|
||||
<component id="n6_m0vo" name="btn_back" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="1466,173" size="232,110" group="n8_m0vo">
|
||||
<Button title=" " icon="ui://27vd145bko559d"/>
|
||||
</component>
|
||||
<group id="n8_m0vo" name="n8" xy="267,173" size="799,103"/>
|
||||
<group id="n8_m0vo" name="n8" xy="866,173" size="832,110"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -22,13 +22,15 @@
|
|||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<component id="n7_bt6w" name="btn_aggree" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="257,418" group="n14_bt6w">
|
||||
<component id="n7_bt6w" name="btn_aggree" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="301,420" size="176,74" group="n14_bt6w">
|
||||
<relation target="" sidePair="left-left"/>
|
||||
<Button title=" " icon="ui://27vd145bbt6w93"/>
|
||||
</component>
|
||||
<component id="n8_bt6w" name="btn_reject" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="606,418" group="n14_bt6w">
|
||||
<component id="n8_bt6w" name="btn_reject" src="eeqmcgp" fileName="buttons/Btn_Common.xml" xy="681,420" size="176,74" group="n14_bt6w">
|
||||
<relation target="" sidePair="left-right"/>
|
||||
<Button title=" " icon="ui://27vd145bbt6w94"/>
|
||||
</component>
|
||||
<group id="n14_bt6w" name="n14" xy="257,418" size="644,103" advanced="true">
|
||||
<group id="n14_bt6w" name="n14" xy="301,420" size="556,74" advanced="true">
|
||||
<gearDisplay controller="falg" pages="0"/>
|
||||
</group>
|
||||
</displayList>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="168,65">
|
||||
<displayList>
|
||||
<image id="n3_e54q" name="n3" src="e54q3x" fileName="images/head/head_name_bg.png" xy="0,0" size="138,65" visible="false"/>
|
||||
<text id="n1_e54q" name="tex_score" xy="26,37" size="92,21" fontSize="20" color="#dac44a" align="center" vAlign="middle" autoSize="none" text="22222"/>
|
||||
<text id="n2_e54q" name="tex_player_name" xy="27,0" size="87,24" fontSize="16" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
<text id="n4_rfcn" name="tex_player_id" xy="27,18" size="87,24" fontSize="16" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
<image id="n3_e54q" name="n3" src="e54q3x" fileName="font/images/head/head_name_bg.png" xy="0,0" size="138,65" visible="false"/>
|
||||
<text id="n1_e54q" name="tex_score" xy="18,37" size="108,34" font="ui://27vd145bpxed7ik2" fontSize="20" color="#dac44a" align="center" vAlign="middle" autoSize="shrink" text="22222"/>
|
||||
<text id="n2_e54q" name="tex_player_name" xy="14,0" size="113,34" font="ui://27vd145bpxed7ik2" fontSize="16" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
<text id="n4_rfcn" name="tex_player_id" xy="15,18" size="111,34" font="ui://27vd145bpxed7ik2" fontSize="16" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -4,11 +4,7 @@
|
|||
<component id="n0_v38k" name="n0" src="tpf06l" fileName="Win_Frame.xml" xy="0,0" size="2100,613">
|
||||
<Button icon="ui://c7j2rnvqn4bnc6"/>
|
||||
</component>
|
||||
<list id="n3_v38k" name="list" xy="78,129" size="1941,317" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle" autoClearItems="true">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</list>
|
||||
<list id="n3_v38k" name="list" xy="78,129" size="1941,317" touchable="false" layout="flow_hz" scroll="horizontal" lineGap="15" colGap="80" lineItemCount="3" defaultItem="ui://c7j2rnvqtpf06p" align="center" vAlign="middle" autoClearItems="true"/>
|
||||
<component id="n4_v38k" name="btn_close" src="tpf02w" fileName="buttons/Btn_close.xml" xy="1933,82"/>
|
||||
<component id="n5_uokn" name="btn_qs" src="tpf06q" fileName="buttons/Btn_Yellow_long.xml" xy="850,466">
|
||||
<Button title="起手胡" titleColor="#ffffff"/>
|
||||
|
|
|
|||
|
|
@ -877,7 +877,7 @@
|
|||
<image id="kpmgo9" name="xzk.png" path="/setting/images/setting/"/>
|
||||
<component id="kpmgoa" name="Slider1.xml" path="/setting/component/"/>
|
||||
<image id="kpmgob" name="hdtd.png" path="/setting/images/setting/" scale="9grid" scale9grid="40,12,902,26"/>
|
||||
<image id="kpmgoc" name="jdt.png" path="/setting/images/setting/" scale="9grid" scale9grid="29,8,906,31"/>
|
||||
<image id="kpmgoc" name="jdt.png" path="/setting/images/setting/" scale="9grid" scale9grid="25,16,922,17"/>
|
||||
<component id="kpmgod" name="Slider1_grip.xml" path="/setting/component/"/>
|
||||
<image id="kpmgoe" name="sytb.png" path="/setting/images/setting/"/>
|
||||
<component id="kpmgof" name="Slider1_grip2.xml" path="/setting/component/"/>
|
||||
|
|
@ -1041,6 +1041,7 @@
|
|||
<image id="r05est" name="Rectangle 306.png" path="/image/"/>
|
||||
<image id="r05esu" name="Frame 1252.png" path="/images/"/>
|
||||
<image id="r05esv" name="Frame 1252-1.png" path="/images/"/>
|
||||
<image id="l1hhsw" name="Rectangle 2886.png" path="/setting/images/setting/"/>
|
||||
</resources>
|
||||
<publish name="Extend_Poker_RunFastNew" path="..\wb_unity_pro\Assets\ART\extend\poker\runfast\ui" packageCount="2"/>
|
||||
</packageDescription>
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="919,1170">
|
||||
<controller name="state" pages="0,,4,,1," selected="0"/>
|
||||
<controller name="state" pages="0,,4,,1," selected="2"/>
|
||||
<controller name="bg" pages="0,,1,,2,,3,,4,,5," selected="0"/>
|
||||
<controller name="paimian" pages="0,,1," selected="0"/>
|
||||
<controller name="card_size" pages="0,,1,,2," selected="0"/>
|
||||
<controller name="type" pages="0,,1,,2,,3," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n32_lwcl" name="n32" src="kpmgop" fileName="setting/images/setting/dk.png" xy="0,-6" group="n70_n6fs"/>
|
||||
<text id="n86_ni5n" name="n86" xy="409,185" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="声效"/>
|
||||
<text id="n87_ni5n" name="n87" xy="409,246" size="101,64" group="n70_n6fs" visible="false" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="背景"/>
|
||||
<text id="n88_ni5n" name="n88" xy="409,493" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="牌面"/>
|
||||
<text id="n89_ni5n" name="n89" xy="407,751" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="手牌"/>
|
||||
<text id="n86_ni5n" name="n86" xy="409,185" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="声效"/>
|
||||
<text id="n87_ni5n" name="n87" xy="409,246" size="102,64" group="n70_n6fs" visible="false" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="背景"/>
|
||||
<text id="n88_ni5n" name="n88" xy="409,493" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="牌面"/>
|
||||
<text id="n89_ni5n" name="n89" xy="407,751" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="手牌"/>
|
||||
<image id="n77_m9ja" name="n77" src="kpmgoz" fileName="setting/images/setting/szz.png" xy="370,47" group="n85_p2ub"/>
|
||||
<group id="n85_p2ub" name="n85" xy="370,47" size="179,87" group="n70_n6fs"/>
|
||||
<image id="n90_ni5n" name="n90" src="kpmgp1" fileName="setting/images/setting/9bg_04.png" xy="40,254" size="838,199" group="n70_n6fs"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<image id="n1" name="n1" src="kpmgob" fileName="setting/images/setting/hdtd.png" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n2" name="bar" src="kpmgoc" fileName="setting/images/setting/jdt.png" xy="-2,0">
|
||||
<image id="n2" name="bar" src="l0lzj" fileName="font/images/setting/setting_bar.png" pkg="27vd145b" xy="-2,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<component id="n3" name="grip" src="kpmgod" fileName="setting/component/Slider1_grip.xml" xy="947,-8">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<image id="n1" name="n1" src="kpmgob" fileName="setting/images/setting/hdtd.png" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n2" name="bar" src="kpmgoc" fileName="setting/images/setting/jdt.png" xy="0,-2">
|
||||
<image id="n2" name="bar" src="l0lzj" fileName="font/images/setting/setting_bar.png" pkg="27vd145b" xy="0,-2">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<component id="n3" name="grip" src="kpmgof" fileName="setting/component/Slider1_grip2.xml" xy="948,-9">
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -1,30 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1334,750">
|
||||
<controller name="state" pages="0,,1," selected="0"/>
|
||||
<component size="2532,1170">
|
||||
<controller name="state" pages="0,,1," selected="1"/>
|
||||
<displayList>
|
||||
<image id="n7_rtsl" name="n7" src="lwclq" fileName="denglu_bg_01.png" xy="-216,0" size="1771,750">
|
||||
<relation target="" sidePair="center-center,middle-middle"/>
|
||||
<image id="n7_rtsl" name="n7" src="lwclq" fileName="denglu_bg_01.png" xy="-216,0" size="3361,1170">
|
||||
<relation target="" sidePair="width-width%,height-height"/>
|
||||
</image>
|
||||
<image id="n24_xn94" name="n24" src="xn9417" fileName="hall_girl_bg@2x.png" xy="355,106" visible="false">
|
||||
<image id="n24_xn94" name="n24" src="xn9417" fileName="hall_girl_bg@2x.png" xy="954,106" visible="false">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</image>
|
||||
<graph id="n18_nld2" name="n18" xy="-215,655" size="1772,100" visible="false" alpha="0.5" type="rect" lineSize="0" fillColor="#ff000000">
|
||||
<graph id="n18_nld2" name="n18" xy="384,1075" size="1772,100" visible="false" alpha="0.5" type="rect" lineSize="0" fillColor="#ff000000">
|
||||
<relation target="" sidePair="center-center,bottom-bottom"/>
|
||||
</graph>
|
||||
<text id="n2" name="tex_info" xy="242,639" size="906,43" group="n8_rtsl" font="ui://27vd145bqz637ij2" fontSize="24" color="#ffffff" align="center" autoSize="none" text="检查更新"/>
|
||||
<component id="n20_nld2" name="pb_progress" src="pcy012" fileName="commpoent/Slider1.xml" xy="162,603" group="n8_rtsl">
|
||||
<text id="n2" name="tex_info" xy="841,1059" size="906,43" group="n8_rtsl" font="ui://27vd145bqz637ij2" fontSize="24" color="#ffffff" align="center" autoSize="none" text="检查更新"/>
|
||||
<component id="n20_nld2" name="pb_progress" src="pcy012" fileName="commpoent/Slider1.xml" xy="761,1023" group="n8_rtsl">
|
||||
<Slider value="50" max="100"/>
|
||||
</component>
|
||||
<group id="n8_rtsl" name="n8" xy="162,603" size="1000,79" advanced="true">
|
||||
<group id="n8_rtsl" name="n8" xy="761,1023" size="1000,79" advanced="true">
|
||||
<gearDisplay controller="state" pages="0"/>
|
||||
<relation target="" sidePair="bottom-bottom,center-center"/>
|
||||
</group>
|
||||
<text id="n15_rdjf" name="tex_tip" xy="382,430" size="536,49" group="n17_rdjf" font="Arial" fontSize="36" color="#ffffff" align="center" autoSize="none" text="请检查网络设置!"/>
|
||||
<component id="n25_lk2r" name="btn_ok" src="cpi87i4s" fileName="commpoent/Btn_Common(1).xml" xy="518,502" size="262,106" group="n17_rdjf">
|
||||
<text id="n15_rdjf" name="tex_tip" xy="998,850" size="536,49" group="n17_rdjf" font="Arial" fontSize="36" color="#ffffff" align="center" autoSize="none" text="请检查网络设置!"/>
|
||||
<component id="n25_lk2r" name="btn_ok" src="cpi87i4s" fileName="commpoent/Btn_Common(1).xml" xy="1134,922" size="262,106" group="n17_rdjf">
|
||||
<Button title=" " icon="ui://0khx14arh1uuz"/>
|
||||
</component>
|
||||
<image id="n27_csp4" name="n27" src="csp47i4t" fileName="images/queren.png" xy="611,537" group="n17_rdjf"/>
|
||||
<group id="n17_rdjf" name="n17" xy="382,430" size="536,178" advanced="true">
|
||||
<image id="n27_csp4" name="n27" src="csp47i4t" fileName="images/queren.png" xy="1227,957" group="n17_rdjf"/>
|
||||
<group id="n17_rdjf" name="n17" xy="998,850" size="536,178" advanced="true">
|
||||
<gearDisplay controller="state" pages="1"/>
|
||||
<relation target="" sidePair="bottom-bottom"/>
|
||||
</group>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<group id="n25_ab5p" name="nav" xy="319,10" size="315,37"/>
|
||||
<text id="n3_r6cy" name="n3" xy="203,270" size="153,84" font="ui://27vd145bpxed7ik2" fontSize="64" color="#0d1725" align="right" text="账号:"/>
|
||||
<graph id="n4_r6cy" name="n4" xy="395,256" size="609,105" group="n19_p41o" type="rect" lineSize="0" fillColor="#ffc2cfe6" corner="77"/>
|
||||
<text id="n12_r6cy" name="tex_phone" xy="438,279" size="303,64" group="n19_p41o" font="ui://27vd145bpxed7ik2" fontSize="48" color="#ffffff" vAlign="middle" autoSize="shrink" singleLine="true" text="" input="true" prompt="请输入账号" maxLength="15" restrict="[0-9]"/>
|
||||
<text id="n12_r6cy" name="tex_phone" xy="438,279" size="549,64" group="n19_p41o" font="ui://27vd145bpxed7ik2" fontSize="48" color="#ffffff" vAlign="middle" autoSize="shrink" singleLine="true" text="" input="true" prompt="请输入账号" maxLength="15" restrict="[0-9]"/>
|
||||
<group id="n19_p41o" name="n19" xy="395,256" size="609,105"/>
|
||||
<text id="n5_r6cy" name="n5" xy="201,227" size="133,38" group="n24_ab5p" fontSize="30" color="#663300" align="right" autoSize="none" text="验证码:"/>
|
||||
<image id="n6_r6cy" name="n6" src="ab5p1f" fileName="font/images/btn_keyboard/hall_input_bg.png" pkg="27vd145b" xy="345,216" size="225,59" group="n20_p41o"/>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
</group>
|
||||
<text id="n27_ab5p" name="n27" xy="203,448" size="153,84" group="n39_ab5p" font="ui://27vd145bpxed7ik2" fontSize="64" color="#0d1725" align="right" text="密码:"/>
|
||||
<graph id="n48_pxed" name="n48" xy="395,434" size="609,105" group="n33_ab5p" type="rect" lineSize="0" fillColor="#ffc2cfe6" corner="77"/>
|
||||
<text id="n32_ab5p" name="tex_passwd" xy="438,458" size="302,64" group="n33_ab5p" font="ui://27vd145bpxed7ik2" fontSize="48" color="#ffffff" vAlign="middle" autoSize="shrink" singleLine="true" text="" input="true" prompt="请输入密码" maxLength="15" keyboardType="1" password="true"/>
|
||||
<text id="n32_ab5p" name="tex_passwd" xy="438,458" size="549,64" group="n33_ab5p" font="ui://27vd145bpxed7ik2" fontSize="48" color="#ffffff" vAlign="middle" autoSize="shrink" singleLine="true" text="" input="true" prompt="请输入密码" maxLength="15" keyboardType="1" password="true"/>
|
||||
<group id="n33_ab5p" name="n33" xy="395,434" size="609,105" group="n39_ab5p"/>
|
||||
<group id="n39_ab5p" name="passwd_login" xy="203,434" size="801,105" advanced="true">
|
||||
<gearDisplay controller="nav" pages="0"/>
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
<controller name="score" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n3_e54q" name="n3" src="jokm3x" fileName="Main_style_2/images/head/head_name_bg.png" xy="0,0" size="140,68"/>
|
||||
<text id="n1_e54q" name="tex_score1" xy="0,27" size="135,39" font="Microsoft YaHei" fontSize="28" color="#ffffff" align="center" vAlign="middle" autoSize="none" autoClearText="true" text="+20.0" bold="true">
|
||||
<text id="n1_e54q" name="tex_score1" xy="0,27" size="135,39" font="ui://27vd145bpxed7ik2" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" autoClearText="true" text="+20.0">
|
||||
<gearDisplay controller="score" pages="0"/>
|
||||
</text>
|
||||
<text id="n4_kllg" name="tex_score2" xy="0,37" size="135,27" font="Microsoft YaHei" fontSize="8" color="#ffffff" align="center" vAlign="middle" autoSize="none" autoClearText="true" text="-30" bold="true">
|
||||
<text id="n4_kllg" name="tex_score2" xy="0,37" size="135,34" font="ui://27vd145bpxed7ik2" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" autoClearText="true" text="-30">
|
||||
<gearDisplay controller="score" pages="1"/>
|
||||
</text>
|
||||
<text id="n2_e54q" name="tex_player_name" xy="-5,-2" size="144,32" fontSize="22" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软" bold="true"/>
|
||||
<text id="n5_cmc2" name="tex_score" xy="-1,59" size="135,30" visible="false" font="Microsoft YaHei" fontSize="8" color="#ffffff" align="center" vAlign="middle" autoSize="none" autoClearText="true" text="没用,只是为了不报错" bold="true"/>
|
||||
<text id="n6_rfcn" name="tex_player_id" xy="0,14" size="134,24" visible="false" fontSize="18" color="#ffffff" align="center" vAlign="middle" autoSize="none" text="的大幅度微软微软" bold="true"/>
|
||||
<text id="n2_e54q" name="tex_player_name" xy="-5,-2" size="144,34" font="ui://27vd145bpxed7ik2" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
<text id="n5_cmc2" name="tex_score" xy="-1,59" size="135,34" visible="false" font="ui://27vd145bpxed7ik2" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" autoClearText="true" text="没用,只是为了不报错"/>
|
||||
<text id="n6_rfcn" name="tex_player_id" xy="0,14" size="134,34" visible="false" font="ui://27vd145bpxed7ik2" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="shrink" text="的大幅度微软微软"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,32 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,1170" designImage="ui://3z9lj55vjokm9o">
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态" selected="1"/>
|
||||
<controller name="sdk" pages="0,,1," selected="0"/>
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态" selected="2"/>
|
||||
<controller name="sdk" pages="0,,1," selected="1"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始" selected="2"/>
|
||||
<controller name="3d" pages="0,,1," selected="0"/>
|
||||
<controller name="3d" pages="0,,1," selected="1"/>
|
||||
<displayList>
|
||||
<text id="n116_u50h" name="text_playName" xy="1120,508" pivot="0.5,0.5" size="291,154" visible="false" font="ui://27vd145bpxed7ik2" fontSize="120" autoClearText="true" text="1红中">
|
||||
<relation target="" sidePair="center-center,middle-middle"/>
|
||||
</text>
|
||||
<text id="n75_l2u4" name="n11" xy="1254,543" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="剩余">
|
||||
<text id="n75_l2u4" name="n11" xy="567,186" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="剩余">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
<relation target="n77_l2u4" sidePair="right-left"/>
|
||||
</text>
|
||||
<text id="n76_l2u4" name="n12" xy="1379,543" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="张牌">
|
||||
<text id="n76_l2u4" name="n12" xy="692,186" size="76,49" group="n80_l2u4" fontSize="36" color="#c2ffe0" vAlign="middle" bold="true" text="张牌">
|
||||
<gearDisplay controller="state" pages="1,3"/>
|
||||
</text>
|
||||
<text id="n77_l2u4" name="remaining_card" xy="1329,543" size="48,49" group="n80_l2u4" font="Microsoft YaHei" fontSize="36" color="#990099" align="center" vAlign="middle" bold="true" text="77">
|
||||
<text id="n77_l2u4" name="remaining_card" xy="642,186" 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="1254,543" size="201,49" group="n82_l2u4" advanced="true">
|
||||
<group id="n80_l2u4" name="n80" xy="567,186" 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="jokm50" 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="jokm50" fileName="Main_style_2/turn/Gcm_box_4.xml" xy="603,254" 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"/>
|
||||
</component>
|
||||
<group id="n82_l2u4" name="n60" xy="1254,543" size="201,194" advanced="true">
|
||||
<group id="n82_l2u4" name="n60" xy="567,186" size="201,194" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n84_l2u4" name="btn_wxyqhy" src="jokm1q" fileName="Main_style_2/component/room/btn_invite(1).xml" xy="1120,505" group="n85_l2u4">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,1170">
|
||||
<controller name="state" pages="0,,4,,1," selected="0"/>
|
||||
<controller name="state" pages="0,,4,,1," selected="2"/>
|
||||
<controller name="bg" pages="0,,1,,2,,3,,4,,5," selected="0"/>
|
||||
<controller name="card" pages="0,,1,,2," selected="0"/>
|
||||
<controller name="show_dialect" pages="0,,1," selected="0"/>
|
||||
|
|
@ -14,21 +14,21 @@
|
|||
<image id="n108_ni5n" name="n108" src="jokml0" fileName="images/bg_game_settingLab.png" xy="1654,254" size="838,172" group="n70_n6fs"/>
|
||||
<image id="n109_ni5n" name="n109" src="jokml0" fileName="images/bg_game_settingLab.png" xy="1654,480" size="838,172" group="n70_n6fs" visible="false"/>
|
||||
<image id="n110_ni5n" name="n110" src="jokml0" fileName="images/bg_game_settingLab.png" xy="1654,564" size="838,125" group="n70_n6fs" visible="false"/>
|
||||
<text id="n103_ni5n" name="n103" xy="2021,185" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="声效"/>
|
||||
<text id="n104_ni5n" name="n104" xy="2021,412" size="101,64" group="n70_n6fs" visible="false" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="背景"/>
|
||||
<text id="n105_ni5n" name="n105" xy="2021,493" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="牌面"/>
|
||||
<text id="n103_ni5n" name="n103" xy="2021,185" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="声效"/>
|
||||
<text id="n104_ni5n" name="n104" xy="2021,412" size="102,64" group="n70_n6fs" visible="false" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="背景"/>
|
||||
<text id="n105_ni5n" name="n105" xy="2021,493" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="牌面"/>
|
||||
<image id="n115_ttbr" name="n115" src="jokml0" fileName="images/bg_game_settingLab.png" xy="1654,822" size="838,125" group="n70_n6fs"/>
|
||||
<text id="n116_ttbr" name="n116" xy="2021,751" size="101,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="手牌"/>
|
||||
<text id="n116_ttbr" name="n116" xy="2021,751" size="102,64" group="n70_n6fs" font="ui://27vd145bpxed7ik2" fontSize="48" color="#0d1725" align="center" vAlign="middle" bold="true" text="手牌"/>
|
||||
<group id="n70_n6fs" name="n70" xy="1612,-5" size="920,1170"/>
|
||||
<list id="n49_pue4" name="lst_bg" xy="1584,510" size="853,113" group="n47_pue4" layout="flow_hz" overflow="scroll" scroll="horizontal" lineGap="60" colGap="60" lineItemCount="3" defaultItem="ui://3z9lj55vjokmk1" align="center" vAlign="middle" selectionController="bg"/>
|
||||
<group id="n47_pue4" name="panel_bg" xy="1584,510" size="853,113" visible="false" advanced="true">
|
||||
<gearDisplay controller="card" pages="0,1"/>
|
||||
</group>
|
||||
<component id="n34_hp0b" name="btn_dismiss_room" src="jokma1" fileName="buttons/Btn_Yellow_New.xml" xy="1051,846" size="270,0" group="n37_pue4">
|
||||
<component id="n34_hp0b" name="btn_dismiss_room" src="jokma1" fileName="buttons/Btn_Yellow_New.xml" xy="1051,846" size="270,0" group="n37_pue4" visible="false" touchable="false">
|
||||
<gearDisplay controller="state" pages="1"/>
|
||||
<Button icon="ui://3z9lj55vjokmkg"/>
|
||||
</component>
|
||||
<text id="n35_h4ge" name="n35" xy="1341,864" size="63,38" group="n37_pue4" fontSize="30" color="#624720" vAlign="middle" autoSize="none" bold="true" text="(30)">
|
||||
<text id="n35_h4ge" name="n35" xy="1341,864" size="63,38" group="n37_pue4" visible="false" fontSize="30" color="#624720" vAlign="middle" autoSize="none" bold="true" text="(30)">
|
||||
<gearDisplay controller="state" pages="1"/>
|
||||
</text>
|
||||
<component id="n50_hkbm" name="btn_quit" src="jokma3" fileName="buttons/Button_1.xml" xy="631,1107" size="288,0" group="n37_pue4" visible="false" touchable="false">
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 1023 KiB |
|
|
@ -1,13 +1,13 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9689342f0f765c746ab86cb294e0a558
|
||||
guid: 843cb52ec8d85f242abbf005475f66f7
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
|
|
@ -34,10 +34,10 @@ TextureImporter:
|
|||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: 1
|
||||
wrapV: 1
|
||||
wrapW: 1
|
||||
nPOTScale: 0
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
|
|
@ -48,7 +48,7 @@ TextureImporter:
|
|||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 0
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
|
|
@ -57,56 +57,20 @@ TextureImporter:
|
|||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
|
@ -124,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_majiang/de3462a6bae19a6c7308e43e0192028f
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 166 KiB |
|
|
@ -0,0 +1,128 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9689342f0f765c746ab86cb294e0a558
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 0
|
||||
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: 0
|
||||
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: 0
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_majiang/de3462a6bae19a6c7308e43e0192028f
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 2.1 MiB |
|
|
@ -1,12 +1,12 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ed35a1fc40bc56a4c87656ebad9206cb
|
||||
guid: 2f90aae48f410214b8a76ff3c11c5abb
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
|
|
@ -37,7 +37,7 @@ TextureImporter:
|
|||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 0
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
|
|
@ -57,56 +57,20 @@ TextureImporter:
|
|||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
|
@ -124,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_zipai/dc2eb56e61dc14aa00c23ba6cd49c4f6
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 190 KiB |
|
|
@ -0,0 +1,128 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ed35a1fc40bc56a4c87656ebad9206cb
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
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: 0
|
||||
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: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_zipai/dc2eb56e61dc14aa00c23ba6cd49c4f6
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 2.2 MiB |
|
|
@ -1,12 +1,12 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a6e64fb6cf4a704469654bd782f02234
|
||||
guid: da94c875c69da0b48b40bad8097aff65
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
|
|
@ -37,7 +37,7 @@ TextureImporter:
|
|||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 0
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
|
|
@ -57,56 +57,20 @@ TextureImporter:
|
|||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
|
@ -124,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_zipaimajiang/5e7576133a2faa8ebd62dcf50daf15d5
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 387 KiB |
|
|
@ -0,0 +1,128 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a6e64fb6cf4a704469654bd782f02234
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
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: 0
|
||||
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: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: base/main_zipaimajiang/5e7576133a2faa8ebd62dcf50daf15d5
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 908 KiB After Width: | Height: | Size: 2.2 MiB |
|
|
@ -1,13 +1,13 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ca1023f22b55ce74eb95a7010d716600
|
||||
guid: 1b5ce34acc3ba5b4cbc7d9eed067f869
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
|
|
@ -34,10 +34,10 @@ TextureImporter:
|
|||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: 1
|
||||
wrapV: 1
|
||||
wrapW: 1
|
||||
nPOTScale: 0
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
|
|
@ -48,7 +48,7 @@ TextureImporter:
|
|||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 0
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
|
|
@ -57,56 +57,20 @@ TextureImporter:
|
|||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
applyGammaDecoding: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
|
@ -124,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: extend/poker/runfast/c1a3cd841518fe15b4bf8fc5591293e0
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 908 KiB |
|
|
@ -0,0 +1,128 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ca1023f22b55ce74eb95a7010d716600
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
sRGBTexture: 0
|
||||
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: 0
|
||||
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: 0
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName: extend/poker/runfast/c1a3cd841518fe15b4bf8fc5591293e0
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 923 KiB After Width: | Height: | Size: 909 KiB |
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e2bb7dd07f4e51143b377e679ad6ed12
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 6
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: Hotupdate_atlas_lwclq
|
||||
m_Shader: {fileID: 4800000, guid: 263c97191482b3649ac7bf0810cc4f77, type: 3}
|
||||
m_ShaderKeywords:
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap: {}
|
||||
disabledShaderPasses: []
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: 541a5627030fb4145aa1497073c4b30e, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Floats:
|
||||
- _BlendDstFactor: 10
|
||||
- _BlendSrcFactor: 5
|
||||
- _ColorMask: 15
|
||||
- _Stencil: 0
|
||||
- _StencilComp: 8
|
||||
- _StencilOp: 0
|
||||
- _StencilReadMask: 255
|
||||
- _StencilWriteMask: 255
|
||||
m_Colors: []
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ed8b42b08e698c14388647a5cb12dba7
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||