9.17过完同步
|
|
@ -1152,6 +1152,7 @@ function M:ReflashChatRoomRedPoint()
|
|||
end
|
||||
|
||||
function M:Show()
|
||||
ViewUtil.PlaySoundBg()
|
||||
Broadcast.AddListener(BroadcastEvent.OnJoinsChange, ReflashJoinsRedPoint, self)
|
||||
Broadcast.AddListener(BroadcastEvent.OnMemberChange, self.ReflashMember, self)
|
||||
Broadcast.AddListener(BroadcastEvent.OnOutFamily, self.Reflash, self)
|
||||
|
|
|
|||
|
|
@ -14,17 +14,17 @@ local gamePlayDetail = {
|
|||
{
|
||||
icon0 = "jinxi0",
|
||||
icon1 = "jinxi1",
|
||||
detail = "金溪麻将"
|
||||
detail = "jinxiDetail"
|
||||
},
|
||||
{
|
||||
icon0 = "fuzhou0",
|
||||
icon1 = "fuzhou1",
|
||||
detail = "抚州麻将"
|
||||
detail = "fuzhouDetail"
|
||||
},
|
||||
{
|
||||
icon0 = "nancheng0",
|
||||
icon1 = "nancheng1",
|
||||
detail = "南城麻将"
|
||||
detail = "nanchengDetail"
|
||||
},
|
||||
},
|
||||
--扑克
|
||||
|
|
@ -32,7 +32,7 @@ local gamePlayDetail = {
|
|||
{
|
||||
icon0 = "paodekuai0",
|
||||
icon1 = "paodekuai1",
|
||||
detail = "跑得快"
|
||||
detail = "paodekuaiDetail"
|
||||
},
|
||||
},
|
||||
--字牌
|
||||
|
|
|
|||
|
|
@ -196,6 +196,8 @@ function M:EventInit()
|
|||
end
|
||||
end
|
||||
end)
|
||||
|
||||
_gamectr:AddEventListener(GameEvent.AddScore, handler(self, self.OnAddScoreAnimation))
|
||||
end
|
||||
|
||||
-- 标记自己托管
|
||||
|
|
@ -335,6 +337,41 @@ function M:DoNoticeAnimation()
|
|||
self._room.card_type = 1
|
||||
end
|
||||
|
||||
function M:OnAddScoreAnimation(...)
|
||||
print("OnAddScoreAnimation")
|
||||
local arg = { ... }
|
||||
local totalScoreList = arg[2].totalScoreList
|
||||
local playerList = arg[2].playerList
|
||||
local addScoreList = arg[2].addScoreList
|
||||
pt(arg)
|
||||
|
||||
local scoreData = {}
|
||||
for i = 1, #totalScoreList do
|
||||
local p = {}
|
||||
|
||||
p.totalScore = totalScoreList[i]
|
||||
p.player = playerList[i]
|
||||
p.addScore = addScoreList[i]
|
||||
|
||||
scoreData[#scoreData + 1] = p
|
||||
end
|
||||
|
||||
for _, p in pairs(scoreData) do
|
||||
local infoView = self:GetPlayerInfo(p.player)
|
||||
local player = GetPlayer(self, p.player)
|
||||
player.cur_hp = p.totalScore
|
||||
|
||||
if p.addScore ~= 0 then
|
||||
infoView:ScoreAnimation(p.addScore)
|
||||
if player.cur_hp >= 0 then
|
||||
infoView._view:GetChild("text_jifen").text = "+" .. player.cur_hp
|
||||
else
|
||||
infoView._view:GetChild("text_jifen").text = player.cur_hp
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
function M:OnUpdate()
|
||||
local deltaTime = Time.deltaTime
|
||||
if (self._popEvent) then
|
||||
|
|
|
|||
|
|
@ -7,95 +7,95 @@
|
|||
---
|
||||
-- 网络错误码常量 数据集合
|
||||
-- @type Table_Error_code_Map
|
||||
-- @map <#number, #Error_code>
|
||||
-- @map <#number, #Error_code>
|
||||
|
||||
|
||||
---
|
||||
-- 网络错误码常量 数据集合
|
||||
-- @field[parent = #global] TableData#Table_Error_code_Map Table_Error_code_Map
|
||||
Table_Error_code_Map = {
|
||||
[2]={id=2,note="登陆限制超时,请重新登陆"},
|
||||
[3]={id=3,note=""},
|
||||
[4]={id=4,note=""},
|
||||
[5]={id=5,note="玩法不可用"},
|
||||
[6]={id=6,note="游戏已停用"},
|
||||
[7]={id=7,note="房卡不足"},
|
||||
[8]={id=8,note="已经在亲友圈中"},
|
||||
[9]={id=9,note="邀请码无效"},
|
||||
[10]={id=10,note="房间已满"},
|
||||
[11]={id=11,note="房间号不存在"},
|
||||
[12]={id=12,note="此邮件不存在"},
|
||||
[13]={id=13,note="邮件已经领取"},
|
||||
[14]={id=14,note="此任务不存在"},
|
||||
[15]={id=15,note="没有亲友圈"},
|
||||
[16]={id=16,note="任务奖励已领取"},
|
||||
[18]={id=18,note="牛牛有玩家未重连成功"},
|
||||
[20]={id=20,note="排行&战绩数据获取失败"},
|
||||
[21]={id=21,note="排行数据获取失败"},
|
||||
[22]={id=22,note="战绩数据获取失败"},
|
||||
[26]={id=26,note="创建房间数达到上限"},
|
||||
[27]={id=27,note="正在游戏中,删除房间失败"},
|
||||
[28]={id=28,note="多次登录失败,禁止登录,请过段时间再次尝试"},
|
||||
[101]={id=101,note="请检查您的网络设置"},
|
||||
[102]={id=102,note="网络连接超时"},
|
||||
[500]={id=500,note=""},
|
||||
[999]={id=999,note="未知错误"},
|
||||
[17]={id=17,note="奖券不足"},
|
||||
[53]={id=53,note="与桌上玩家IP相同,进入房间失败"},
|
||||
[54]={id=54,note="与桌上玩家距离过近,进入房间失败"},
|
||||
[55]={id=55,note="GPS服务未开启,请开启GPS服务!"},
|
||||
[56]={id=56,note="不是亲友圈"},
|
||||
[57]={id=57,note="亲友圈不能退出"},
|
||||
[59]={id=59,note="无效的验证码"},
|
||||
[61]={id=61,note="手机号码已绑定玩家"},
|
||||
[80]={id=80,note="房间已删除"},
|
||||
[81]={id=81,note="是亲友圈房间"},
|
||||
[83]={id=83,note="分数已被限制,请联系管理员"},
|
||||
[1000]={id=1000,note="已申请加入"},
|
||||
[1001]={id=1001,note="成员已存在"},
|
||||
[1002]={id=1002,note="成员不存在"},
|
||||
[1003]={id=1003,note="成员存在上级合伙人"},
|
||||
[1004]={id=1004,note="玩法已满"},
|
||||
[1005]={id=1005,note="房间被删除"},
|
||||
[1007]={id=1007,note="玩法不存在"},
|
||||
[1008]={id=1008,note="不是管理员"},
|
||||
[1009]={id=1009,note="合伙人有成员"},
|
||||
[1010]={id=1010,note="目标是管理员"},
|
||||
[1011]={id=1011,note="目标是合伙人"},
|
||||
[1012]={id=1012,note="目标积分不足"},
|
||||
[1013]={id=1013,note="房卡不足"},
|
||||
[1014]={id=1014,note="没有权限"},
|
||||
[1015]={id=1015,note="积分不为0"},
|
||||
[1016]={id=1016,note="成员在房间内"},
|
||||
[1017]={id=1017,note="成员积分事件正在执行"},
|
||||
[1018]={id=1018,note="亲友圈不存在"},
|
||||
[1019]={id=1019,note="亲友圈已满"},
|
||||
[1020]={id=1020,note="亲友圈还有房间"},
|
||||
[1021]={id=1021,note="亲友圈禁止娱乐"},
|
||||
[1022]={id=1022,note="不是群主"},
|
||||
[1023]={id=1023,note="目標玩家是合伙人"},
|
||||
[1024]={id=1024,note="目標玩家不是合伙人"},
|
||||
[1025]={id=1025,note="已被管理员禁止娱乐"},
|
||||
[1026]={id=1026,note="房卡不足,无法进入房间"},
|
||||
[1027]={id=1027,note="只能创建一个亲友圈"},
|
||||
[1028]={id=1028,note="亲友圈玩法必须开启积分"},
|
||||
[1029]={id=1029,note="还存在该玩法的房间,操作失败"},
|
||||
[1030]={id=1030,note="不在此亲友圈的房间中"},
|
||||
[1031]={id=1031,note="玩家关闭被邀请"},
|
||||
[1032]={id=1032,note="创建亲友圈数达到上限"},
|
||||
[1033]={id=1033,note="亲友圈人数已满"},
|
||||
[1034]={id=1034,note="玩家在游戏中,不能下分"},
|
||||
[1035]={id=1035,note="奖励池积分不足"},
|
||||
[1036]={id=1036,note=" 奖励池没提取"},
|
||||
[1037]={id=1037,note="禁止同桌"},
|
||||
[1038]={id=1038,note="玩法禁止娱乐"},
|
||||
[1039]={id=1039,note="亲友圈已关闭申请"},
|
||||
[1040]={id=1040,note="亲友圈已停止服务"},
|
||||
[1041]={id=1041,note="不能退出亲友圈"},
|
||||
[1047]={id=1047,note="携带值超越上线, 请保存到保险箱里"},
|
||||
[1048]={id=1048,note="玩家携带值值超越上线, 请提醒保险箱里"},
|
||||
[1049]={id=1049,note="本房间禁止扔表情"},
|
||||
[10000]={id=10000,note="微信登录失败,请重新登录"},
|
||||
[10001]={id=10001,note="Error: capacity is full."},
|
||||
[10002]={id=10002,note="Error: The Queue is empty."}
|
||||
}
|
||||
[2] = { id = 2, note = "登陆限制超时,请重新登陆" },
|
||||
[3] = { id = 3, note = "" },
|
||||
[4] = { id = 4, note = "" },
|
||||
[5] = { id = 5, note = "玩法不可用" },
|
||||
[6] = { id = 6, note = "游戏已停用" },
|
||||
[7] = { id = 7, note = "房卡不足" },
|
||||
[8] = { id = 8, note = "已经在亲友圈中" },
|
||||
[9] = { id = 9, note = "邀请码无效" },
|
||||
[10] = { id = 10, note = "房间已满" },
|
||||
[11] = { id = 11, note = "房间号不存在" },
|
||||
[12] = { id = 12, note = "此邮件不存在" },
|
||||
[13] = { id = 13, note = "邮件已经领取" },
|
||||
[14] = { id = 14, note = "此任务不存在" },
|
||||
[15] = { id = 15, note = "没有亲友圈" },
|
||||
[16] = { id = 16, note = "任务奖励已领取" },
|
||||
[18] = { id = 18, note = "牛牛有玩家未重连成功" },
|
||||
[20] = { id = 20, note = "排行&战绩数据获取失败" },
|
||||
[21] = { id = 21, note = "排行数据获取失败" },
|
||||
[22] = { id = 22, note = "战绩数据获取失败" },
|
||||
[26] = { id = 26, note = "创建房间数达到上限" },
|
||||
[27] = { id = 27, note = "正在游戏中,删除房间失败" },
|
||||
[28] = { id = 28, note = "多次登录失败,禁止登录,请过段时间再次尝试" },
|
||||
[101] = { id = 101, note = "请检查您的网络设置" },
|
||||
[102] = { id = 102, note = "网络连接超时" },
|
||||
[500] = { id = 500, note = "" },
|
||||
[999] = { id = 999, note = "未知错误" },
|
||||
[17] = { id = 17, note = "奖券不足" },
|
||||
[53] = { id = 53, note = "与桌上玩家IP相同,进入房间失败" },
|
||||
[54] = { id = 54, note = "与桌上玩家距离过近,进入房间失败" },
|
||||
[55] = { id = 55, note = "GPS服务未开启,请开启GPS服务!" },
|
||||
[56] = { id = 56, note = "不是亲友圈" },
|
||||
[57] = { id = 57, note = "亲友圈不能退出" },
|
||||
[59] = { id = 59, note = "无效的验证码" },
|
||||
[61] = { id = 61, note = "手机号码已绑定玩家" },
|
||||
[80] = { id = 80, note = "房间已删除" },
|
||||
[81] = { id = 81, note = "是亲友圈房间" },
|
||||
[83] = { id = 83, note = "分数已被限制,请联系管理员" },
|
||||
[1000] = { id = 1000, note = "已申请加入" },
|
||||
[1001] = { id = 1001, note = "成员已存在" },
|
||||
[1002] = { id = 1002, note = "成员不存在" },
|
||||
[1003] = { id = 1003, note = "成员存在上级合伙人" },
|
||||
[1004] = { id = 1004, note = "玩法已满" },
|
||||
[1005] = { id = 1005, note = "房间被删除" },
|
||||
[1007] = { id = 1007, note = "玩法不存在" },
|
||||
[1008] = { id = 1008, note = "不是管理员" },
|
||||
[1009] = { id = 1009, note = "合伙人有成员" },
|
||||
[1010] = { id = 1010, note = "目标是管理员" },
|
||||
[1011] = { id = 1011, note = "目标是合伙人" },
|
||||
[1012] = { id = 1012, note = "目标积分不足" },
|
||||
[1013] = { id = 1013, note = "房卡不足" },
|
||||
[1014] = { id = 1014, note = "没有权限" },
|
||||
[1015] = { id = 1015, note = "积分不为0" },
|
||||
[1016] = { id = 1016, note = "成员在房间内" },
|
||||
[1017] = { id = 1017, note = "成员积分事件正在执行" },
|
||||
[1018] = { id = 1018, note = "亲友圈不存在" },
|
||||
[1019] = { id = 1019, note = "亲友圈已满" },
|
||||
[1020] = { id = 1020, note = "亲友圈还有房间" },
|
||||
[1021] = { id = 1021, note = "亲友圈禁止娱乐" },
|
||||
[1022] = { id = 1022, note = "不是群主" },
|
||||
[1023] = { id = 1023, note = "目標玩家是合伙人" },
|
||||
[1024] = { id = 1024, note = "目標玩家不是合伙人" },
|
||||
[1025] = { id = 1025, note = "已被管理员禁止娱乐" },
|
||||
[1026] = { id = 1026, note = "分数已被限制,请联系管理员" },
|
||||
[1027] = { id = 1027, note = "只能创建一个亲友圈" },
|
||||
[1028] = { id = 1028, note = "亲友圈玩法必须开启积分" },
|
||||
[1029] = { id = 1029, note = "还存在该玩法的房间,操作失败" },
|
||||
[1030] = { id = 1030, note = "不在此亲友圈的房间中" },
|
||||
[1031] = { id = 1031, note = "玩家关闭被邀请" },
|
||||
[1032] = { id = 1032, note = "创建亲友圈数达到上限" },
|
||||
[1033] = { id = 1033, note = "亲友圈人数已满" },
|
||||
[1034] = { id = 1034, note = "玩家在游戏中,不能下分" },
|
||||
[1035] = { id = 1035, note = "奖励池积分不足" },
|
||||
[1036] = { id = 1036, note = " 奖励池没提取" },
|
||||
[1037] = { id = 1037, note = "禁止同桌" },
|
||||
[1038] = { id = 1038, note = "玩法禁止娱乐" },
|
||||
[1039] = { id = 1039, note = "亲友圈已关闭申请" },
|
||||
[1040] = { id = 1040, note = "亲友圈已停止服务" },
|
||||
[1041] = { id = 1041, note = "不能退出亲友圈" },
|
||||
[1047] = { id = 1047, note = "携带值超越上线, 请保存到保险箱里" },
|
||||
[1048] = { id = 1048, note = "玩家携带值值超越上线, 请提醒保险箱里" },
|
||||
[1049] = { id = 1049, note = "本房间禁止扔表情" },
|
||||
[10000] = { id = 10000, note = "微信登录失败,请重新登录" },
|
||||
[10001] = { id = 10001, note = "Error: capacity is full." },
|
||||
[10002] = { id = 10002, note = "Error: The Queue is empty." }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ local EXClearingView = {}
|
|||
|
||||
local M = EXClearingView
|
||||
|
||||
function EXClearingView.new(blur_view, data)
|
||||
function EXClearingView.new(root, data)
|
||||
setmetatable(M, { __index = ResultView })
|
||||
local self = setmetatable({}, { __index = M })
|
||||
self._full = true
|
||||
|
|
@ -14,7 +14,7 @@ function EXClearingView.new(blur_view, data)
|
|||
self._root_view:GetChild("win_mode").visible = false
|
||||
|
||||
self._currenIndex = 0
|
||||
self._blur_view = blur_view
|
||||
self._root = root
|
||||
self._close_zone = false
|
||||
if data then
|
||||
self.flag_back = data.flag_back
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ function M.new()
|
|||
self.HuCardImg_path = "ui://Extend_MJ_FuZhou/"
|
||||
self.Sound_path = "extend/majiang/fuzhou/sound/"
|
||||
self:init()
|
||||
ViewUtil.PlayMuisc(self.asset_group, "extend/majiang/fuzhou/sound/bg.mp3")
|
||||
--ViewUtil.PlayMuisc(self.asset_group, "extend/majiang/fuzhou/sound/bg.mp3")
|
||||
return self
|
||||
end
|
||||
|
||||
|
|
@ -563,10 +563,15 @@ function M:OutCard(card)
|
|||
printlog("当前出牌为===>>>" .. card)
|
||||
local _gamectr = ControllerManager.GetController(GameController)
|
||||
self._room.curren_outcard_seat = -1
|
||||
_gamectr:SendOutCard({ card = card, isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 }, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
_gamectr:SendOutCard(
|
||||
{
|
||||
card = card,
|
||||
isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 or
|
||||
self._player_card_info[1]._ctr_showGuoHu.selectedIndex == 1
|
||||
}, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
|
||||
info:UpdateOutCardList(nil, card, self._cursor)
|
||||
info._ctr_tip.selectedIndex = 0
|
||||
|
|
|
|||
|
|
@ -321,8 +321,7 @@ function M:EventInit()
|
|||
-- end
|
||||
-- self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._view:GetChild('btn_setting').onClick:Set(handler(self,self.ClickSetting))
|
||||
self._clearingView = EXClearingView.new(self)
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ local EXClearingView = {}
|
|||
|
||||
local M = EXClearingView
|
||||
|
||||
function EXClearingView.new(blur_view, data)
|
||||
function EXClearingView.new(root, data)
|
||||
setmetatable(M, { __index = ResultView })
|
||||
local self = setmetatable({}, { __index = M })
|
||||
self._full = true
|
||||
|
|
@ -14,7 +14,7 @@ function EXClearingView.new(blur_view, data)
|
|||
self._root_view:GetChild("win_mode").visible = false
|
||||
|
||||
self._currenIndex = 0
|
||||
self._blur_view = blur_view
|
||||
self._root = root
|
||||
self._close_zone = false
|
||||
if data then
|
||||
self.flag_back = data.flag_back
|
||||
|
|
|
|||
|
|
@ -404,7 +404,6 @@ self:PlaySound("JinXi_MJ", p.self_user.sex, tostring(card))
|
|||
end)
|
||||
|
||||
_gamectr:AddEventListener(TX_GameEvent.ZPResult1, function(...)
|
||||
self:PlayMJSound("end_music.mp3")
|
||||
MJMainView.OnResult1(self, ...)
|
||||
--[[
|
||||
self._popEvent = false
|
||||
|
|
@ -565,10 +564,15 @@ function M:OutCard(card)
|
|||
printlog("当前出牌为===>>>" .. card)
|
||||
local _gamectr = ControllerManager.GetController(GameController)
|
||||
self._room.curren_outcard_seat = -1
|
||||
_gamectr:SendOutCard({ card = card, isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 }, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
_gamectr:SendOutCard(
|
||||
{
|
||||
card = card,
|
||||
isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 or
|
||||
self._player_card_info[1]._ctr_showGuoHu.selectedIndex == 1
|
||||
}, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
|
||||
info:UpdateOutCardList(nil, card, self._cursor)
|
||||
info._ctr_tip.selectedIndex = 0
|
||||
|
|
|
|||
|
|
@ -321,8 +321,7 @@ function M:EventInit()
|
|||
-- end
|
||||
-- self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._view:GetChild('btn_setting').onClick:Set(handler(self,self.ClickSetting))
|
||||
self._clearingView = EXClearingView.new(self)
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ function M.new()
|
|||
self.HuCardImg_path = "ui://Extend_MJ_LiChuan/"
|
||||
self.Sound_path = "extend/majiang/lichuan/sound/"
|
||||
self:init()
|
||||
ViewUtil.PlayMuisc(self.asset_group, "extend/majiang/lichuan/sound/bg.mp3")
|
||||
-- ViewUtil.PlayMuisc(self.asset_group, "extend/majiang/lichuan/sound/bg.mp3")
|
||||
return self
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -323,8 +323,7 @@ function M:EventInit()
|
|||
-- end
|
||||
-- self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._view:GetChild('btn_setting').onClick:Set(handler(self, self.ClickSetting))
|
||||
self._clearingView = EXClearingView.new(self)
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ local EXClearingView = {}
|
|||
|
||||
local M = EXClearingView
|
||||
|
||||
function EXClearingView.new(blur_view, data)
|
||||
function EXClearingView.new(root, data)
|
||||
setmetatable(M, { __index = ResultView })
|
||||
local self = setmetatable({}, { __index = M })
|
||||
self._full = true
|
||||
|
|
@ -14,7 +14,7 @@ function EXClearingView.new(blur_view, data)
|
|||
self._root_view:GetChild("win_mode").visible = false
|
||||
|
||||
self._currenIndex = 0
|
||||
self._blur_view = blur_view
|
||||
self._root = root
|
||||
self._close_zone = false
|
||||
if data then
|
||||
self.flag_back = data.flag_back
|
||||
|
|
|
|||
|
|
@ -563,10 +563,15 @@ function M:OutCard(card)
|
|||
printlog("当前出牌为===>>>" .. card)
|
||||
local _gamectr = ControllerManager.GetController(GameController)
|
||||
self._room.curren_outcard_seat = -1
|
||||
_gamectr:SendOutCard({ card = card, isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 }, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
_gamectr:SendOutCard(
|
||||
{
|
||||
card = card,
|
||||
isTip = self._player_card_info[1]._ctr_tip.selectedIndex == 1 or
|
||||
self._player_card_info[1]._ctr_showGuoHu.selectedIndex == 1
|
||||
}, function()
|
||||
local info = self._player_card_info[1]
|
||||
self:RemoveCursor()
|
||||
info:UpdateHandCard()
|
||||
|
||||
info:UpdateOutCardList(nil, card, self._cursor)
|
||||
info._ctr_tip.selectedIndex = 0
|
||||
|
|
|
|||
|
|
@ -321,8 +321,7 @@ function M:EventInit()
|
|||
-- end
|
||||
-- self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._view:GetChild('btn_setting').onClick:Set(handler(self,self.ClickSetting))
|
||||
self._clearingView = EXClearingView.new(self)
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -970,6 +970,7 @@ function M:Show()
|
|||
local win = GameInfoWindow.New()
|
||||
win:Show(self._room)
|
||||
end
|
||||
self:PlayMJSound("game_backmusic.mp3")
|
||||
self:DoNoticeAnimation()
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -32,9 +32,7 @@ function M:init()
|
|||
self._ctr_showGuoHu = self._view:GetController('showGuoHu')
|
||||
|
||||
self._area_allDown.onClick:Set(function()
|
||||
self._view_handCardList.selectedIndex = -1
|
||||
self._click_index = self._view_handCardList.selectedIndex
|
||||
self._ctr_seletedGet.selectedIndex = 1
|
||||
self:ClearChoose()
|
||||
end)
|
||||
|
||||
self._viewBtn_buGuoHu.onClick:Set(function()
|
||||
|
|
@ -257,8 +255,8 @@ function M:ChangeMarkOutCards(card)
|
|||
elseif self._flag_seletedGet ~= 0 then
|
||||
lastCard = self._view_getCard:GetChildAt(0).data.card_item
|
||||
end
|
||||
self._mainView:markOutCards(false, lastCard)
|
||||
self._mainView:markOutCards(true, card)
|
||||
self._mainView:markOutCards(false, lastCard)
|
||||
self._mainView:markOutCards(true, card)
|
||||
end
|
||||
|
||||
function M:__OnClickHandCard(context)
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ function M:InitView()
|
|||
|
||||
self.btn_setting = self._view:GetChild("btn_setting")
|
||||
self.btn_setting.onClick:Set(handler(self, self.ClickSetting))
|
||||
self._view_clearingFather = self._view:GetChild('clearing_show')
|
||||
end
|
||||
|
||||
function M:ClickSetting()
|
||||
|
|
@ -58,6 +59,11 @@ function M:ClickSetting()
|
|||
view:Show()
|
||||
end
|
||||
|
||||
function M:Show()
|
||||
getmetatable(M).__index.Show(self)
|
||||
self:PlayMJSound("game_backmusic.mp3")
|
||||
end
|
||||
|
||||
local majiang_asset_path = "base/main_majiang/sound/"
|
||||
function M:PlayMJSound(path)
|
||||
ViewUtil.PlaySound(self.asset_group, majiang_asset_path .. path)
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 2.4 MiB |
|
|
@ -2,12 +2,15 @@
|
|||
<component size="2532,1170">
|
||||
<controller name="state" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n31_op0e" name="n31" src="op0e7i4w" fileName="loggin_bg.png" xy="-27,-118"/>
|
||||
<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"/>
|
||||
<image id="n31_op0e" name="n31" src="op0e7i4w" fileName="loggin_bg.png" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<text id="n2" name="tex_info" xy="813,897" size="906,79" group="n8_rtsl" font="ui://27vd145bh35o7il7" fontSize="60" color="#ffffff" align="center" autoSize="none" text="检查更新"/>
|
||||
<component id="n20_nld2" name="pb_progress" src="pcy012" fileName="commpoent/Slider1.xml" xy="356,811" group="n8_rtsl">
|
||||
<relation target="" sidePair="width-width%,height-height%"/>
|
||||
<Slider value="100" max="100"/>
|
||||
</component>
|
||||
<group id="n8_rtsl" name="n8" xy="761,1023" size="1000,79" advanced="true">
|
||||
<group id="n8_rtsl" name="n8" xy="356,811" size="1818,165" advanced="true">
|
||||
<gearDisplay controller="state" pages="0"/>
|
||||
<relation target="" sidePair="bottom-bottom,center-center"/>
|
||||
</group>
|
||||
|
|
@ -20,6 +23,8 @@
|
|||
<gearDisplay controller="state" pages="1"/>
|
||||
<relation target="" sidePair="bottom-bottom"/>
|
||||
</group>
|
||||
<image id="n28_n2h8" name="n28" pkg="27vd145b" src="h35o7csh" fileName="Rectangle 90@3x.png" xy="-654,-418"/>
|
||||
<image id="n32_xx1c" name="n32" src="xn9417" fileName="hall_girl_bg@2x.png" xy="718,247">
|
||||
<relation target="" sidePair="width-width%,height-height%,center-center,top-top%"/>
|
||||
</image>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -1,10 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1000,23" extention="Slider">
|
||||
<component size="1818,62" extention="Slider">
|
||||
<displayList>
|
||||
<image id="n0_pcy0" name="n0" src="lk2r18" fileName="images/denglu_icon_01.png" xy="0,0">
|
||||
<image id="n0_pcy0" name="n0" src="lk2r18" fileName="images/denglu_icon_01.png" xy="0,0" size="1818,62">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n4_pp7a" name="bar" src="pp7a13" fileName="images/denglu_icon_03.png" xy="-1,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n4_pp7a" name="bar" src="pp7a13" fileName="images/denglu_icon_03.png" xy="0,0"/>
|
||||
</displayList>
|
||||
<Slider/>
|
||||
</component>
|
||||
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 2.4 MiB |
|
|
@ -12,11 +12,11 @@
|
|||
<image id="pcy010" name="tzjd.png" path="/images/"/>
|
||||
<component id="pcy011" name="Slider1_grip.xml" path="/commpoent/"/>
|
||||
<component id="pcy012" name="Slider1.xml" path="/commpoent/" exported="true"/>
|
||||
<image id="pp7a13" name="denglu_icon_03.png" path="/images/" scale="tile" scale9grid="0,0,771,22" gridTile="16"/>
|
||||
<image id="pp7a13" name="denglu_icon_03.png" path="/images/" scale9grid="663,13,106,35" gridTile="16"/>
|
||||
<sound id="nld214" name="11.mp3" path="/"/>
|
||||
<component id="nld215" name="ProgressBar2.xml" path="/commpoent/"/>
|
||||
<image id="xn9417" name="hall_girl_bg@2x.png" path="/" exported="true"/>
|
||||
<image id="lk2r18" name="denglu_icon_01.png" path="/images/" scale="9grid" scale9grid="11,7,24,11" smoothing="false"/>
|
||||
<image id="lk2r18" name="denglu_icon_01.png" path="/images/" scale9grid="11,7,24,11" smoothing="false"/>
|
||||
<component id="cpi87i4s" name="Btn_Common(1).xml" path="/commpoent/" exported="true"/>
|
||||
<image id="csp47i4t" name="queren.png" path="/images/"/>
|
||||
<image id="i2za7i4u" name="bg.jpg" path="/"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 496 KiB |
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1750,800" overflow="scroll" extention="Label">
|
||||
<displayList>
|
||||
<image id="n9_xx1c" name="n9" src="xx1c7d8s" fileName="GamePlay/image/fuzhouDetail1.png" xy="0,0"/>
|
||||
<image id="n10_xx1c" name="n10" src="xx1c7d8t" fileName="GamePlay/image/fuzhouDetail2.png" xy="0,783"/>
|
||||
<image id="n11_xx1c" name="n11" src="xx1c7d8u" fileName="GamePlay/image/fuzhouDetail3.png" xy="0,1353"/>
|
||||
<image id="n12_xx1c" name="n12" src="xx1c7d8v" fileName="GamePlay/image/fuzhouDetail4.png" xy="0,2078"/>
|
||||
<image id="n13_xx1c" name="n13" src="xx1c7d8w" fileName="GamePlay/image/fuzhouDetail5.png" xy="0,2745"/>
|
||||
<image id="n14_xx1c" name="n14" src="xx1c7d8x" fileName="GamePlay/image/fuzhouDetail6.png" xy="0,3326"/>
|
||||
<image id="n15_xx1c" name="n15" src="xx1c7d8y" fileName="GamePlay/image/fuzhouDetail7.png" xy="0,3769"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1750,800" overflow="scroll" extention="Label">
|
||||
<displayList>
|
||||
<image id="n9_xx1c" name="n9" src="xx1c7d8o" fileName="GamePlay/image/jinxiDetaill1.png" xy="0,0"/>
|
||||
<image id="n10_xx1c" name="n10" src="xx1c7d8p" fileName="GamePlay/image/jinxiDetaill2.png" xy="0,673"/>
|
||||
<image id="n11_xx1c" name="n11" src="xx1c7d8q" fileName="GamePlay/image/jinxiDetaill3.png" xy="0,1340"/>
|
||||
<image id="n12_xx1c" name="n12" src="xx1c7d8n" fileName="GamePlay/image/jinxiDetaill4.png" xy="0,2080"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
<component size="1750,800" overflow="scroll" extention="Label">
|
||||
<displayList>
|
||||
<image id="n5_xx1c" name="n5" src="xx1c7d8j" fileName="GamePlay/image/lichuanDetail1.png" xy="0,0"/>
|
||||
<image id="n6_xx1c" name="n6" src="xx1c7d8k" fileName="GamePlay/image/lichuanDetail2.png" xy="0,758"/>
|
||||
<image id="n7_xx1c" name="n7" src="xx1c7d8l" fileName="GamePlay/image/lichuanDetail3.png" xy="0,1503"/>
|
||||
<image id="n8_xx1c" name="n8" src="xx1c7d8m" fileName="GamePlay/image/lichuanDetail4.png" xy="0,2263"/>
|
||||
<image id="n6_xx1c" name="n6" src="xx1c7d8k" fileName="GamePlay/image/lichuanDetail2.png" xy="0,757"/>
|
||||
<image id="n7_xx1c" name="n7" src="xx1c7d8l" fileName="GamePlay/image/lichuanDetail3.png" xy="0,1501"/>
|
||||
<image id="n8_xx1c" name="n8" src="xx1c7d8m" fileName="GamePlay/image/lichuanDetail4.png" xy="0,2260"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1750,800" overflow="scroll" extention="Label">
|
||||
<displayList>
|
||||
<image id="n9_xx1c" name="n9" src="xx1c7d90" fileName="GamePlay/image/nanchengDetail1.png" xy="0,0"/>
|
||||
<image id="n10_xx1c" name="n10" src="xx1c7d91" fileName="GamePlay/image/nanchengDetail2.png" xy="0,712"/>
|
||||
<image id="n11_xx1c" name="n11" src="xx1c7d92" fileName="GamePlay/image/nanchengDetail3.png" xy="0,1452"/>
|
||||
<image id="n12_xx1c" name="n12" src="xx1c7d93" fileName="GamePlay/image/nanchengDetail4.png" xy="0,2178"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1750,800" overflow="scroll" extention="Label">
|
||||
<displayList>
|
||||
<image id="n13_xx1c" name="n13" src="xx1c7d96" fileName="GamePlay/image/paodekuaiDetail1.png" xy="0,0"/>
|
||||
<image id="n14_xx1c" name="n14" src="xx1c7d97" fileName="GamePlay/image/paodekuaiDetail2.png" xy="0,756"/>
|
||||
<image id="n15_xx1c" name="n15" src="xx1c7d95" fileName="GamePlay/image/paodekuaiDetail3.png" xy="0,1242"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
After Width: | Height: | Size: 698 KiB |
|
After Width: | Height: | Size: 546 KiB |
|
After Width: | Height: | Size: 364 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 358 KiB |
|
After Width: | Height: | Size: 355 KiB |
|
After Width: | Height: | Size: 530 KiB |
|
After Width: | Height: | Size: 233 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 628 KiB |
|
After Width: | Height: | Size: 410 KiB |
|
After Width: | Height: | Size: 439 KiB |
|
After Width: | Height: | Size: 696 KiB |
|
After Width: | Height: | Size: 688 KiB |
|
After Width: | Height: | Size: 634 KiB |
|
After Width: | Height: | Size: 250 KiB |
|
|
@ -7,25 +7,19 @@
|
|||
<image id="n190_ivty" name="n190" src="jrro7cya" fileName="component/Main/Image/bg.png" xy="0,0" size="2533,1170">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<richtext id="n26" name="tex_name" xy="203,29" size="227,59" group="n28" font="ui://27vd145bg2mo7ij0" fontSize="42" color="#ffffff" vAlign="middle" leading="0" autoSize="none" text="一共只有七个字">
|
||||
<richtext id="n26" name="tex_name" xy="193,29" size="274,59" group="n28" font="ui://27vd145bh35o7iln" fontSize="36" color="#ffffff" vAlign="middle" leading="0" autoSize="none" text="一共只有七个字">
|
||||
<relation target="n203_jrro" sidePair="left-right%,top-top"/>
|
||||
</richtext>
|
||||
<text id="n84_mv8k" name="tex_id" xy="203,84" size="286,60" group="n28" font="ui://27vd145bg2mo7ij0" fontSize="45" color="#ffffff" letterSpacing="3" autoSize="shrink" text="ID:12345678">
|
||||
<text id="n84_mv8k" name="tex_id" xy="192,84" size="286,60" group="n28" font="ui://27vd145bh35o7iln" fontSize="36" color="#ffffff" letterSpacing="-1" autoSize="shrink" text="ID:12345678">
|
||||
<relation target="n203_jrro" sidePair="right-right%,bottom-bottom"/>
|
||||
</text>
|
||||
<image id="n203_jrro" name="n203" src="jrro7cyd" fileName="component/Main/Image/touxiangkuang.png" xy="60,24" group="n28">
|
||||
<relation target="" sidePair="left-left%,top-top%"/>
|
||||
</image>
|
||||
<image id="n206_ayua" name="n206" src="ksm67jch" fileName="images/image (3).png" pkg="27vd145b" xy="52,18" size="135,135" group="n28">
|
||||
<relation target="" sidePair="left-left%,top-top%"/>
|
||||
</image>
|
||||
<graph id="n207_ayua" name="n207" xy="61,26" size="118,118" group="n28" type="rect" lineSize="110" lineColor="#ff660000" fillColor="#ff660000" corner="12">
|
||||
<relation target="" sidePair="left-left%,top-top%"/>
|
||||
</graph>
|
||||
<component id="n193_jqwo" name="btn_head" src="jqwo7cp6" fileName="component/Main/Component/player_info/head.xml" xy="60,25" group="n28">
|
||||
<component id="n193_jqwo" name="btn_head" src="jqwo7cp6" fileName="component/Main/Component/player_info/head.xml" xy="63,27" size="112,114" group="n28">
|
||||
<relation target="n203_jrro" sidePair="left-left%,top-top%"/>
|
||||
</component>
|
||||
<group id="n28" name="player_info_panel" xy="52,18" size="437,135" advanced="true">
|
||||
<group id="n28" name="player_info_panel" xy="60,24" size="418,120" advanced="true">
|
||||
<relation target="" sidePair="left-left,top-top"/>
|
||||
</group>
|
||||
<component id="n168_isi5" name="btn_join" src="isi57co4" fileName="component/Main/Component/down/btn_join.xml" xy="949,950" group="n7">
|
||||
|
|
@ -72,16 +66,22 @@
|
|||
<relation target="" sidePair="middle-middle,left-left"/>
|
||||
</component>
|
||||
<group id="n125_g8kk" name="menu_left" xy="-4,482" size="117,276"/>
|
||||
<component id="n181_isi5" name="btn_family" src="isi57cob" fileName="component/Main/Component/center/btn_family.xml" xy="891,225" group="n183_isi5"/>
|
||||
<component id="n182_isi5" name="btn_createRoom" src="isi57coa" fileName="component/Main/Component/center/btn_createRoom.xml" xy="1555,257" group="n183_isi5"/>
|
||||
<image id="n202_jrro" name="n202" src="jrro7cy9" fileName="component/Main/Image/gonggao.png" xy="301,243" group="n183_isi5"/>
|
||||
<group id="n183_isi5" name="menu_center" xy="301,225" size="1760,790" advanced="true">
|
||||
<component id="n181_isi5" name="btn_family" src="isi57cob" fileName="component/Main/Component/center/btn_family.xml" xy="935,183" group="n183_isi5">
|
||||
<relation target="" sidePair="width-width%,height-height%"/>
|
||||
</component>
|
||||
<component id="n182_isi5" name="btn_createRoom" src="isi57coa" fileName="component/Main/Component/center/btn_createRoom.xml" xy="1555,257" group="n183_isi5">
|
||||
<relation target="" sidePair="width-width%,height-height%"/>
|
||||
</component>
|
||||
<image id="n202_jrro" name="n202" src="jrro7cy9" fileName="component/Main/Image/gonggao.png" xy="301,243" group="n183_isi5">
|
||||
<relation target="" sidePair="width-width%,height-height%"/>
|
||||
</image>
|
||||
<group id="n183_isi5" name="menu_center" xy="301,183" size="1760,798" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n131_ozgf" name="com_message" src="ozgfcks" fileName="component/notice_old/Cgm_message.xml" xy="733,130" size="1093,57" visible="false">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</component>
|
||||
<component id="n196_tme1" name="c_message" src="ofwa7d68" fileName="component/Main/Component/notice/com_notice.xml" xy="688,158" size="1180,57">
|
||||
<component id="n196_tme1" name="c_message" src="ofwa7d68" fileName="component/Main/Component/notice/com_notice.xml" xy="688,128" size="1180,57">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
<relation target="n183_isi5" sidePair="bottom-top"/>
|
||||
</component>
|
||||
|
|
@ -98,10 +98,7 @@
|
|||
<relation target="" sidePair="bottom-bottom,center-center"/>
|
||||
</component>
|
||||
<group id="n130_naup" name="n130_unkonw" xy="62,1709" size="2532,1583" visible="false" advanced="true"/>
|
||||
<text id="n205_jrro" name="n205" xy="1146,7" size="240,79" font="ui://27vd145bh35o7iln" fontSize="60" color="#ffffff" text="棋缘互娱">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</text>
|
||||
<image id="n197_tme1" name="n197" src="jrro7cxy" fileName="component/Main/Image/top.png" xy="968,0">
|
||||
<image id="n197_tme1" name="n197" src="jrro7cxy" fileName="component/Main/Image/top.png" xy="954,0" size="651,128">
|
||||
<relation target="" sidePair="center-center,top-top"/>
|
||||
</image>
|
||||
<component id="n200_swus" name="group" src="lumrgj" fileName="component/group/group.xml" xy="597,232" visible="false"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
<component size="506,723" pivot="0.5,0.5" extention="Button">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<displayList>
|
||||
<image id="n5_jrro" name="n5" src="jrro7cyc" fileName="component/Main/Image/2.png" xy="0,0"/>
|
||||
<image id="n5_jrro" name="n5" src="jrro7cyc" fileName="component/Main/Image/2.png" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
</displayList>
|
||||
<Button downEffect="scale" downEffectValue=".9"/>
|
||||
<Button downEffect="scale" downEffectValue="0.9"/>
|
||||
</component>
|
||||
|
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="637,790" pivot="0.5,0.5" extention="Button">
|
||||
<component size="605,798" pivot="0.5,0.5" extention="Button">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<displayList>
|
||||
<image id="n7_jrro" name="n7" src="jrro7cxx" fileName="component/Main/Image/1.png" xy="0,0"/>
|
||||
<image id="n7_jrro" name="n7" src="jrro7cxx" fileName="component/Main/Image/1.png" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
</displayList>
|
||||
<Button downEffect="scale" downEffectValue=".9"/>
|
||||
<Button downEffect="scale" downEffectValue="0.9"/>
|
||||
</component>
|
||||
|
|
@ -4,9 +4,11 @@
|
|||
<graph id="n2_kikc" name="message" xy="0,0" size="1398,63" type="rect">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</graph>
|
||||
<image id="n0_kikc" name="n0" src="ofwa7d69" fileName="component/Main/Component/notice/notice_old/result_tips_bg.png" xy="0,0" size="1398,63" aspect="true">
|
||||
<image id="n0_kikc" name="n0" src="ofwa7d69" fileName="component/Main/Component/notice/notice_old/result_tips_bg.png" xy="0,-7" size="1708,77" aspect="true">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<text id="n1_kikc" name="text" xy="0,0" size="4757,62" font="ui://27vd145bh35o7ilb" fontSize="46" color="#ffffff" vAlign="bottom" text="公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告"/>
|
||||
<text id="n1_kikc" name="text" xy="0,0" size="4757,62" font="ui://27vd145bh35o7ilb" fontSize="46" color="#ffffff" vAlign="bottom" text="公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告公告公公告公告公告公告公告公告公告公告公告公告公告公告">
|
||||
<relation target="" sidePair="middle-middle"/>
|
||||
</text>
|
||||
</displayList>
|
||||
</component>
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
|
|
@ -2,10 +2,10 @@
|
|||
<component size="120,120" pivot="0.5,0.5" extention="Button" mask="n7_jrro">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<displayList>
|
||||
<graph id="n7_jrro" name="n7" xy="0,0" size="120,120" type="rect" lineSize="110" lineColor="#ff660000" fillColor="#ff660000" corner="12">
|
||||
<image id="n7_jrro" name="n7" src="jrro7cyd" fileName="component/Main/Image/touxiangkuang.png" xy="0,0" size="120,120">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</graph>
|
||||
<loader id="n5_jqwo" name="icon" xy="2,2" size="116,116" url="ui://27vd145bnlvy7i7d" align="center" vAlign="middle" fill="scaleFree">
|
||||
</image>
|
||||
<loader id="n5_jqwo" name="icon" xy="0,0" size="120,120" url="ui://27vd145bnlvy7i7d" align="center" vAlign="middle" fill="scaleFree" clearOnPublish="true">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</loader>
|
||||
</displayList>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 492 KiB After Width: | Height: | Size: 504 KiB |
|
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 348 KiB |
|
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 428 KiB After Width: | Height: | Size: 433 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 76 KiB |
|
|
@ -641,7 +641,6 @@
|
|||
<image id="xx1c7d7m" name="bg_main1.png" path="/Image/" atlas="alone"/>
|
||||
<image id="xx1c7d7n" name="bg_main2.png" path="/Image/" atlas="alone"/>
|
||||
<component id="xx1c7d7o" name="GamePlay.xml" path="/" exported="true"/>
|
||||
<image id="xx1c7d7p" name="2b25837b-0405-4fab-80d1-c15388ad67c8.png" path="/"/>
|
||||
<image id="xx1c7d7q" name="ruleHelp.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d7r" name="nancheng0.png" path="/GamePlay/image/" exported="true"/>
|
||||
<image id="xx1c7d7s" name="jinxi1.png" path="/GamePlay/image/" exported="true"/>
|
||||
|
|
@ -669,6 +668,28 @@
|
|||
<image id="xx1c7d8k" name="lichuanDetail2.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8l" name="lichuanDetail3.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8m" name="lichuanDetail4.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8n" name="jinxiDetaill4.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8o" name="jinxiDetaill1.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8p" name="jinxiDetaill2.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8q" name="jinxiDetaill3.png" path="/GamePlay/image/"/>
|
||||
<component id="xx1c7d8r" name="jinxiDetail.xml" path="/GamePlay/component/" exported="true"/>
|
||||
<image id="xx1c7d8s" name="fuzhouDetail1.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8t" name="fuzhouDetail2.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8u" name="fuzhouDetail3.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8v" name="fuzhouDetail4.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8w" name="fuzhouDetail5.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8x" name="fuzhouDetail6.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d8y" name="fuzhouDetail7.png" path="/GamePlay/image/"/>
|
||||
<component id="xx1c7d8z" name="fuzhouDetail.xml" path="/GamePlay/component/" exported="true"/>
|
||||
<image id="xx1c7d90" name="nanchengDetail1.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d91" name="nanchengDetail2.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d92" name="nanchengDetail3.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d93" name="nanchengDetail4.png" path="/GamePlay/image/"/>
|
||||
<component id="xx1c7d94" name="nanchengDetail.xml" path="/GamePlay/component/" exported="true"/>
|
||||
<image id="xx1c7d95" name="paodekuaiDetail3.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d96" name="paodekuaiDetail1.png" path="/GamePlay/image/"/>
|
||||
<image id="xx1c7d97" name="paodekuaiDetail2.png" path="/GamePlay/image/"/>
|
||||
<component id="xx1c7d98" name="paodekuaiDetail.xml" path="/GamePlay/component/" exported="true"/>
|
||||
</resources>
|
||||
<publish name="Lobby" path="..\wb_unity_pro\Assets\ART\base\lobby\ui" packageCount="2">
|
||||
<atlas name="默认" index="0"/>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
<controller name="test" pages="0,,1," selected="0"/>
|
||||
<controller name="agree" exported="true" pages="0,,1," selected="0"/>
|
||||
<displayList>
|
||||
<image id="n89_z7hi" name="n89" src="z7hi7cjl" fileName="bg/loggin_bg.png" pkg="27vd145b" xy="-27,-118">
|
||||
<image id="n89_z7hi" name="n89" src="z7hi7cjl" fileName="bg/loggin_bg.png" pkg="27vd145b" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</image>
|
||||
<image id="n74_xn94" name="n74" src="xn9417" fileName="hall_girl_bg@2x.png" pkg="0khx14ar" xy="954,106" visible="false">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
<image id="n74_xn94" name="n74" src="xn9417" fileName="hall_girl_bg@2x.png" pkg="0khx14ar" xy="718,247">
|
||||
<relation target="" sidePair="width-width%,height-height%,center-center,top-top%"/>
|
||||
</image>
|
||||
<component id="n77_9q7v" name="btn_phone_code" src="9q7vcir" fileName="component/main/component/Btn_phone.xml" xy="1362,720" size="654,165" group="n27"/>
|
||||
<component id="n78_9q7v" name="btn_wx" src="9q7vciq" fileName="component/main/component/Btn_wx.xml" xy="516,720" group="n27">
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
<group id="n27" name="login" xy="516,720" size="1500,165" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
<component id="n87_gxzn" name="Check_agree" src="gxzn7cjk" fileName="component/main/component/Checkbox_agree.xml" xy="960,992" group="n84_i2za">
|
||||
<component id="n87_gxzn" name="Check_agree" src="gxzn7cjk" fileName="component/main/component/Checkbox_agree.xml" xy="999,992" group="n84_i2za">
|
||||
<Button controller="agree" page="1"/>
|
||||
</component>
|
||||
<component id="n83_i2za" name="btn_showText" src="i2za7cjh" fileName="component/main/component/btn_showText.xml" xy="1070,992" group="n84_i2za"/>
|
||||
<group id="n84_i2za" name="login_down" xy="960,992" size="638,84" advanced="true">
|
||||
<component id="n83_i2za" name="btn_showText" src="i2za7cjh" fileName="component/main/component/btn_showText.xml" xy="1091,992" group="n84_i2za"/>
|
||||
<group id="n84_i2za" name="login_down" xy="999,992" size="620,84" advanced="true">
|
||||
<relation target="" sidePair="center-center"/>
|
||||
</group>
|
||||
</displayList>
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="1272,750">
|
||||
<controller name="code" pages="0,未发送,1,已发送" selected="1"/>
|
||||
<controller name="code" pages="0,未发送,1,已发送" selected="0"/>
|
||||
<controller name="type" pages="0,电话密码登录,1,电话验证码登录" selected="1"/>
|
||||
<displayList>
|
||||
<graph id="n1_ivty" name="n1" xy="-2,21" size="1272,729" group="n15_ivty" type="rect" fillColor="#66ffffff" corner="42"/>
|
||||
<graph id="n2_ivty" name="n2" xy="9,24" size="1244,699" group="n15_ivty" type="rect" fillColor="#fffef8e8" corner="42"/>
|
||||
<image id="n0_ivty" name="n0" src="ivty7ckc" fileName="component/phone_login/image/Group 28@3x.png" xy="-14,0" group="n15_ivty"/>
|
||||
<group id="n15_ivty" name="bg" xy="-14,0" size="1296,750"/>
|
||||
<text id="n3_ivty" name="title" xy="156,202" size="182,72" group="n12_ivty" fontSize="54" color="#444444" bold="true" text="手机号:"/>
|
||||
<text id="n3_ivty" name="title" xy="156,202" size="189,72" group="n12_ivty" font="ui://27vd145bh35o7ilb" fontSize="54" color="#444444" bold="true" text="手机号:"/>
|
||||
<graph id="n4_ivty" name="phone_input_bg" xy="359,197" size="720,84" group="n11_ivty" type="rect" lineColor="#ffa06640" fillColor="#ffa06640" corner="18"/>
|
||||
<text id="n8_ivty" name="phone_input" xy="375,203" size="686,72" group="n11_ivty" fontSize="42" color="#444444" vAlign="middle" autoSize="none" bold="true" text="" input="true"/>
|
||||
<group id="n11_ivty" name="input" xy="359,197" size="720,84" group="n12_ivty"/>
|
||||
<group id="n12_ivty" name="phone" xy="156,197" size="923,84"/>
|
||||
<text id="n5_ivty" name="title" xy="156,325" size="182,72" group="n14_ivty" fontSize="54" color="#444444" bold="true" text="验证码:"/>
|
||||
<text id="n5_ivty" name="title" xy="156,325" size="189,72" group="n14_ivty" font="ui://27vd145bh35o7ilb" fontSize="54" color="#444444" bold="true" text="验证码:"/>
|
||||
<graph id="n6_ivty" name="code_input_bg" xy="359,319" size="339,84" group="n13_ivty" type="rect" lineColor="#ffa06640" fillColor="#ffa06640" corner="18"/>
|
||||
<text id="n9_ivty" name="code_input" xy="373,325" size="308,72" group="n13_ivty" fontSize="42" color="#444444" vAlign="middle" autoSize="none" bold="true" text="" input="true"/>
|
||||
<group id="n13_ivty" name="input" xy="359,319" size="339,84" group="n14_ivty"/>
|
||||
<graph id="n7_ivty" name="code_send_bg" xy="740,319" size="339,84" group="n19_ivty" type="rect" lineColor="#ffa06640" fillColor="#ffa06640" corner="18"/>
|
||||
<component id="n16_ivty" name="btn_code_send" src="ivty7ckf" fileName="component/phone_login/component/btn_send.xml" xy="856,332" size="212,60" group="n19_ivty" touchable="false" grayed="true">
|
||||
<component id="n16_ivty" name="btn_code_send" src="ivty7ckf" fileName="component/phone_login/component/btn_send.xml" xy="856,332" size="212,60" group="n19_ivty">
|
||||
<gearLook controller="code" pages="1" values="1,0,1,0" default="1,0,0,1"/>
|
||||
</component>
|
||||
<text id="n17_ivty" name="code_send_text" xy="766,333" size="84,66" group="n19_ivty" fontSize="42" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="120
">
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<group id="n14_ivty" name="code" xy="156,319" size="923,84" advanced="true">
|
||||
<gearDisplay controller="type" pages="1"/>
|
||||
</group>
|
||||
<component id="n20_ivty" name="btn_close" src="ivty7ckd" fileName="component/phone_login/component/btn_close.xml" xy="1152,6"/>
|
||||
<component id="n20_ivty" name="btn_close" src="ivty7ckd" fileName="component/phone_login/component/btn_close.xml" xy="1152,14"/>
|
||||
<component id="n21_ivty" name="btn_login" src="ivty7cke" fileName="component/phone_login/component/btn_login.xml" xy="432,486"/>
|
||||
</displayList>
|
||||
</component>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<component size="528,84" extention="Button">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<displayList>
|
||||
<text id="n3_i2za" name="n3" xy="0,-1" size="528,86" fontSize="66" color="#fcfb4b" align="center" vAlign="middle" leading="0" autoSize="none" bold="true" text="同意《用户协议》"/>
|
||||
<text id="n3_i2za" name="n3" xy="0,-4" size="532,86" fontSize="66" color="#fcfb4b" align="center" vAlign="middle" leading="0" bold="true" text="同意《用户协议》"/>
|
||||
</displayList>
|
||||
<Button/>
|
||||
</component>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<component size="210,60" extention="Button">
|
||||
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
|
||||
<displayList>
|
||||
<text id="n3_ivty" name="n3" xy="-1,2" size="212,56" fontSize="42" color="#ffffff" text="获取验证码"/>
|
||||
<text id="n3_ivty" name="n3" xy="-1,2" size="211,56" font="ui://27vd145bh35o7ill" fontSize="42" color="#ffffff" text="获取验证码"/>
|
||||
</displayList>
|
||||
<Button/>
|
||||
</component>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,1170" designImage="ui://v0j9abjyj6yy1ft" designImageAlpha="0">
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态,4,观战状态" selected="1"/>
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态,4,观战状态" selected="0"/>
|
||||
<controller name="sdk" pages="0,,1," selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始" selected="0"/>
|
||||
<controller name="3d" pages="0,,1," selected="0"/>
|
||||
|
|
@ -40,14 +40,14 @@
|
|||
<gearXY controller="action" pages="2,0,1" values="8810,794|-16246,794|5853,170"/>
|
||||
<Button icon="ui://v0j9abjygq7m48"/>
|
||||
</component>
|
||||
<component id="n228_ogwn" name="btn_start" src="gq7m8y" fileName="Main_style_2/Btn_Yellow.xml" xy="-2743,480" group="n230_ogwn" visible="false">
|
||||
<component id="n228_ogwn" name="btn_start" src="gq7m8y" fileName="Main_style_2/Btn_Yellow.xml" xy="-2742,480" group="n230_ogwn" visible="false">
|
||||
<Button icon="ui://v0j9abjygq7m49"/>
|
||||
</component>
|
||||
<component id="n229_ogwn" name="btn_xipai--" src="gq7m8y" fileName="Main_style_2/Btn_Yellow.xml" xy="-2333,487" group="n230_ogwn" scale="0.9,1">
|
||||
<component id="n229_ogwn" name="btn_xipai--" src="gq7m8y" fileName="Main_style_2/Btn_Yellow.xml" xy="-2332,487" group="n230_ogwn" scale="0.9,1">
|
||||
<gearDisplay controller="action" pages="1"/>
|
||||
<Button icon="ui://v0j9abjygq7m4i"/>
|
||||
</component>
|
||||
<group id="n230_ogwn" name="n230" xy="-2743,480" size="11820,414" visible="false" advanced="true">
|
||||
<group id="n230_ogwn" name="n230" xy="-2742,480" size="11819,414" visible="false" advanced="true">
|
||||
<relation target="" sidePair="bottom-bottom,center-center"/>
|
||||
</group>
|
||||
<component id="n231_ogwn" name="gcm_chat" src="gq7m8z" fileName="Main_style_2/Gcm_chat.xml" xy="1933,-505">
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
</component>
|
||||
<text id="n252_ogwn" name="text_roomId" xy="15,67" size="264,54" group="n253_ogwn" font="ui://27vd145bh35o7ika" fontSize="40" color="#ffffff" letterSpacing="4" text="房间:588568"/>
|
||||
<group id="n253_ogwn" name="top_left" xy="15,15" size="276,164"/>
|
||||
<component id="n115_pkx5" name="player_info1_1" src="pkx5so" fileName="Main_new/Main/PlayerHead_1.xml" xy="89,789" size="153,132">
|
||||
<component id="n115_pkx5" name="player_info1_1" src="pkx5so" fileName="Main_new/Main/PlayerHead_1.xml" xy="1189,891" size="153,132">
|
||||
<gearDisplay controller="state" pages="0,2"/>
|
||||
<gearXY controller="state" pages="0" values="1189,891" default="89,789"/>
|
||||
<relation target="" sidePair="center-center,bottom-bottom"/>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<component id="n141_lu84" name="player_info1_2" src="pkx5so" fileName="Main_new/Main/PlayerHead_1.xml" xy="87,788" size="153,132">
|
||||
<gearDisplay controller="state" pages="1,3,4"/>
|
||||
</component>
|
||||
<component id="n116_pkx5" name="player_info2_1" src="pkx5so" fileName="Main_new/Main/PlayerHead_1.xml" xy="2004,77" size="153,132">
|
||||
<component id="n116_pkx5" name="player_info2_1" src="pkx5so" fileName="Main_new/Main/PlayerHead_1.xml" xy="1888,519" size="153,132">
|
||||
<gearDisplay controller="state" pages="0,2"/>
|
||||
<gearXY controller="state" pages="0,1,2,3" values="1888,519|2004,77|2311,292|2314,294" default="1194,274"/>
|
||||
<relation target="" sidePair="middle-middle"/>
|
||||
|
|
@ -169,6 +169,9 @@
|
|||
<relation target="" sidePair="right-right"/>
|
||||
<Button icon="ui://v0j9abjyu63319u"/>
|
||||
</component>
|
||||
<component id="n281_ogwn" name="btn_sendTalk" src="pbp614i" fileName="Main_new/Chat/Component/Btn_MessageTalk.xml" xy="2322,523" size="144,123">
|
||||
<relation target="" sidePair="right-right"/>
|
||||
</component>
|
||||
<component id="n263_ogwn" name="btn_setting" src="t6zvw5" fileName="Main_new/Main/Component/btn_setting.xml" xy="2191,20" size="141,117" group="n269_ogwn"/>
|
||||
<component id="n264_ogwn" name="btn_more" src="ghku14l" fileName="Main_new/Main/Component/btn_mul.xml" xy="2400,18" size="108,96" group="n269_ogwn">
|
||||
<gearLook controller="more" pages="1" values="1,180,0,1" default="1,0,0,1"/>
|
||||
|
|
@ -193,6 +196,9 @@
|
|||
<group id="n269_ogwn" name="top_right" xy="2031,18" size="477,461" advanced="true">
|
||||
<relation target="" sidePair="right-right,top-top"/>
|
||||
</group>
|
||||
<component id="n303_xx1c" name="clearing_show" src="cjli6" fileName="UIPanel.xml" pkg="27vd145b" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</component>
|
||||
<graph id="n270_ogwn" name="btn_showNext" xy="1162,409" size="208,165" type="rect" lineSize="0" fillColor="#00ffffff">
|
||||
<gearDisplay controller="state" pages="1"/>
|
||||
</graph>
|
||||
|
|
@ -260,9 +266,6 @@
|
|||
<gearDisplay controller="witness" pages="1"/>
|
||||
<gearXY controller="witness" pages="0" values="2537,30" default="2097,30" tween="true" ease="Linear" duration="0.5"/>
|
||||
</component>
|
||||
<component id="n281_ogwn" name="btn_sendTalk" src="pbp614i" fileName="Main_new/Chat/Component/Btn_MessageTalk.xml" xy="2322,523" size="144,123">
|
||||
<relation target="" sidePair="right-right"/>
|
||||
</component>
|
||||
<component id="n286_ogwn" name="panel_record" src="gq7m4t" fileName="Main_style_2/record/Record.xml" xy="0,847" group="n288_ogwn">
|
||||
<gearDisplay controller="state" pages="3"/>
|
||||
</component>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component size="2532,1170" designImage="ui://v0j9abjyj6yy1fw" designImageAlpha="0">
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态,5,观战状态" selected="1"/>
|
||||
<controller name="state" pages="0,准备状态,1,游戏状态,2,回合间状态,3,回放状态,5,观战状态" selected="0"/>
|
||||
<controller name="sdk" pages="0,,1," selected="0"/>
|
||||
<controller name="action" pages="2,空,0,准备,1,开始" selected="0"/>
|
||||
<controller name="3d" pages="0,,1," selected="0"/>
|
||||
|
|
@ -306,5 +306,8 @@
|
|||
<gearDisplay controller="voice" pages="1"/>
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</component>
|
||||
<component id="n380_xx1c" name="clearing_show" src="cjli6" fileName="UIPanel.xml" pkg="27vd145b" xy="0,0">
|
||||
<relation target="" sidePair="width-width,height-height"/>
|
||||
</component>
|
||||
</displayList>
|
||||
</component>
|
||||
|
Before Width: | Height: | Size: 5.3 MiB After Width: | Height: | Size: 4.3 MiB |
|
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 3.5 MiB After Width: | Height: | Size: 4.0 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7466bae5ba950004281fd86235235ba2
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 1.2 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4f6d50b5b47c5b747b602efb9ce6cab5
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 626 KiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0c8853a085ec74e4095f89248ff81b15
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 52d9f107b0fca2746b9aed69530fc471
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 1.2 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8adbc7c19a2a16849944471527497794
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 1.6 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8a71b2d845e5a5a4ab9165c3f6d80211
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 928 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 728 KiB |
|
Before Width: | Height: | Size: 941 KiB After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 713 KiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.7 MiB |
|
|
@ -88,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 1.4 MiB |
|
|
@ -0,0 +1,92 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ececabb9f4e0dcd4891372414917b5a9
|
||||
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: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 5.1 MiB After Width: | Height: | Size: 5.8 MiB |
|
|
@ -88,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
|
@ -88,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
|
@ -88,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
|
|
|||
|
|
@ -88,5 +88,5 @@ TextureImporter:
|
|||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
|
||||
assetBundleVariant:
|
||||
|
|
|
|||