Attack symbol

Posted:
20 Dec 2010, 17:01
by Sloth
I just created and implemented an attack symbol (a red cross) to mark attacking creatures. I'm a little bit reluctant to commit it, since it still looks a bit crude. But maybe someone has some ideas to improve it, so should I add it to the SVN?
Re: Attack symbol

Posted:
20 Dec 2010, 17:37
by friarsol
Is it just taking a jpg and adding it to the overlay? If so, I'd say add it.
We can ask choppic to make icons for Attacking, Blocking and things like that for minor improvements while we wait for Dennis to submit the graphical version he's been hoarding.
Re: Attack symbol

Posted:
24 Dec 2010, 03:54
by DennisBergkamp
I like the addition of an attack symbol, however, I would add it to the bottom left of the card:
- Code: Select all
if (showCastingCost && !isAnimationPanel && cardWidth < 200 && getCard().isAttacking() )
ManaSymbols.drawAttack(g, cardXOffset + cardWidth / 6 - 12, cardYOffset + cardHeight - 35);