文本显示和Command大修
This commit is contained in:
@@ -110,8 +110,7 @@ namespace Continentis.MainGame.Combat
|
||||
{
|
||||
var cardLogic = intendedCard.cardInstance.cardLogic;
|
||||
cardLogic.eventSubmodule.onTargeting(intendedCard.targets[0]);
|
||||
CardTextInterpreter.InterpretText(cardLogic);
|
||||
cardLogic.intentionCardView.cardDescriptionText.text = cardLogic.contentSubmodule.interpretedFunctionText;
|
||||
cardLogic.contentSubmodule.dirtyMark = true;
|
||||
//TODO: 现在仅对第一个目标显示指向,后续可以对多目标进行优化
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user