四人测试

master
罗家炜 2025-04-01 15:53:25 +08:00
parent ec8e4f9cd5
commit 73345efe00
4 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,6 @@ function M:fillCard(obj, pos_str, card, use3d)
else else
obj.icon = 'ui://Main_Majiang/' .. self:GetPrefix() .. pos_str .. card obj.icon = 'ui://Main_Majiang/' .. self:GetPrefix() .. pos_str .. card
end end
print("================================fillCard", obj, pos_str, card, use3d, obj.icon)
end end
function M:getBackCard(card) function M:getBackCard(card)
@ -312,6 +311,7 @@ function M:UpdateOutCardList(outcard, card_item, cursor)
end end
self:fillCard(obj, card, outlist[i + 1]) self:fillCard(obj, card, outlist[i + 1])
print("==============================thisout", obj, card, outlist[i + 1])
-- 添加角标 -- 添加角标
self:AddFlag(i + 1, outlist[i], obj) self:AddFlag(i + 1, outlist[i], obj)
-- obj.icon = "ui://Main_Majiang/"..card .. outlist[i+1] -- obj.icon = "ui://Main_Majiang/"..card .. outlist[i+1]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB