Attack symbol
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
3 posts
• Page 1 of 1
Attack symbol
by Sloth » 20 Dec 2010, 17:01
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?
-

Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Attack symbol
by friarsol » 20 Dec 2010, 17:37
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.
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.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Attack symbol
by DennisBergkamp » 24 Dec 2010, 03:54
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);
-

DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 10 guests