Commit df4db0d2 authored by 赤子奈落's avatar 赤子奈落

Fix card do not show face in deck manager when add existing card

parent 0c195f46
......@@ -23,7 +23,7 @@ public class MonoCardInDeckManager : MonoBehaviour
}
}
private async void LoadCard()
public async void LoadCard()
{
gameObject.transform.Find("face").GetComponent<Renderer>().material.mainTexture =
await GameTextureManager.GetCardPicture(_cardData.Id);
......
......@@ -191,6 +191,7 @@ public class DeckManager : ServantWithCardDescription
deckDirty = true;
ArrangeObjectDeck(true);
ShowObjectDeck();
card.LoadCard();
}
else
{
......
......@@ -25,7 +25,8 @@ MDPro2
Bilibili @赤子奈落
快捷键功能:
F5:打开或关闭决斗时的UI;
F4:开关卡片描述;
F5:开关决斗时的UI;
F6:锁定画面位置(画面无法上下移动);
F7:切换确认卡片的位置。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment