恢复卡槽可选

This commit is contained in:
xianyi
2025-08-20 16:16:27 +08:00
parent f0c1643f30
commit b215788256
5 changed files with 17 additions and 21 deletions

View File

@@ -77,8 +77,8 @@ namespace TcgEngine.Client
{
foreach (GroupSlot slot in group_slots)
{
if(gdata.CanPlayCard(dcard, slot.slot, true))
target_alpha = 1f; //hightlight when dragging a character or artifact (skip mana cost)
if(gdata.CanPlayCard(dcard, slot.slot))
target_alpha = 1f; //hightlight when dragging a character or artifact
}
}