不显示精

master
罗家炜 2025-04-10 16:26:24 +08:00
parent 5024c640e5
commit dd19dac528
1 changed files with 3 additions and 3 deletions

View File

@ -117,9 +117,9 @@ function M:GetPrefix()
end end
function M:fillCard(obj, pos_str, card, use3d) function M:fillCard(obj, pos_str, card, use3d)
if DataManager.CurrenRoom.jing and card == DataManager.CurrenRoom.jing then -- if DataManager.CurrenRoom.jing and card == DataManager.CurrenRoom.jing then
obj:GetController('jing').selectedIndex = 1 -- obj:GetController('jing').selectedIndex = 1
end -- end
if self._current_card_type == 2 and (use3d == nil or use3d == true) then if self._current_card_type == 2 and (use3d == nil or use3d == true) then
obj.icon = 'ui://MajiangCard3d/' .. 'b' .. pos_str .. card obj.icon = 'ui://MajiangCard3d/' .. 'b' .. pos_str .. card
else else