-
Notifications
You must be signed in to change notification settings - Fork 5
Description
At the current time, the Taunt and Ranged attributes are not displayed, so a player has to "just know" if a card has that effect. I would like to discuss first what would be the most user-friendly way to display them. Here are a few ideas, please discuss and suggest your own!
1. New buttons
We could add other buttons. The main problem I see with that is that some of the cards are pretty crowded with buttons already, and it may be tricky to fit more in without breaking the design or making the cards bigger, unless we floated the button on top of the card image, which may not be ideal.
2. Color-code parts of the card
This would not break the card layout, and it would just take a few changes to the CardModel. For instance, if a card has Taunt, we could give the card itself, or perhaps the health button, a different color (e.g. blue instead of green), and if a card has Ranged, perhaps add a red border around the image, or change the attack button's color (e.g. yellow instead of red).
