小修
This commit is contained in:
@@ -15,7 +15,13 @@ namespace Continentis.MainGame.Card
|
||||
public void SetMark(Sprite sprite, string text)
|
||||
{
|
||||
markImage.sprite = sprite;
|
||||
markText.text = text;
|
||||
markText.text = CardTextInterpreter.InterpretText(intentionCardView.card, text);
|
||||
}
|
||||
|
||||
public void SetMark(Sprite sprite)
|
||||
{
|
||||
markImage.sprite = sprite;
|
||||
markText.text = string.Empty;
|
||||
}
|
||||
|
||||
public void OnPointerEnter(PointerEventData eventData)
|
||||
|
||||
Reference in New Issue
Block a user