So I'm working on this card game for fun, and I'm trying to make a card's properties show using Text Objects. I want it to sort of imitate the way Hearthstone looks. Each card has a unique ID, but I'm not sure how to make different text objects follow these cards based on this ID, since it seems these objects can't have any attributes.
I can make a card's attribute show on screen fine, but I can't make this text be placed properly on the card, or make it move around with the card when dragged.
Thanks in advance for any help!