Modified Text/Mana Overlay" setting [SVN#22546]
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
7 posts
• Page 1 of 1
Modified Text/Mana Overlay" setting [SVN#22546]
by spr » 11 Jul 2013, 23:11
Hi,
I have replaced the "Text/Mana Overlay" setting with individual toggle settings for Card Name, P/T and Mana Cost overlays. By default, all settings are on so you will not notice anything different.
Cheers,
Steve
I have replaced the "Text/Mana Overlay" setting with individual toggle settings for Card Name, P/T and Mana Cost overlays. By default, all settings are on so you will not notice anything different.
Cheers,
Steve
Re: Modified Text/Mana Overlay" setting [SVN#22546]
by Xitax » 12 Jul 2013, 01:12
I don't know if I'd be alone in this, but I'd like to have the mana display while in my hand, but not on the battlefield. Opposite for P/T.
IMHO... while we're talking about it...
IMHO... while we're talking about it...

Re: Modified Text/Mana Overlay" setting [SVN#22546]
by spr » 12 Jul 2013, 08:35
Hi Xitax,
Good point! I would omit the mana cost on the battlefield too. I will add it to my ToDo list. To implement I guess you would have two groups of settings - one for the Hand and another for the Battlefield. Is it likely this might be a requirement for any other zones? ie...
Steve
Good point! I would omit the mana cost on the battlefield too. I will add it to my ToDo list. To implement I guess you would have two groups of settings - one for the Hand and another for the Battlefield. Is it likely this might be a requirement for any other zones? ie...
- Code: Select all
public enum ZoneType {
Hand(true),
Library(true),
Graveyard(false),
Battlefield(false),
Exile(false),
Command(false),
Stack(false),
Sideboard(true),
Ante(false),
SchemeDeck(true),
PlanarDeck(true);
...
Steve
Re: Modified Text/Mana Overlay" setting [SVN#22546]
by Marek14 » 12 Jul 2013, 11:24
Would it be possible to have overlay displaying the number of counters? When there are 4+, the graphic is the same, so a number might be used to distinguish them.
Re: Modified Text/Mana Overlay" setting [SVN#22546]
by Max mtg » 12 Jul 2013, 12:54
spr, no other zones except Hand and Battlefield show cards with CardPanels - so no other zones need special settings
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
Re: Modified Text/Mana Overlay" setting [SVN#22546]
by moomarc » 13 Jul 2013, 05:23
Wouldn't ante cards also need seeing as they have their own dock where you can see them?Max mtg wrote:spr, no other zones except Hand and Battlefield show cards with CardPanels - so no other zones need special settings
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Modified Text/Mana Overlay" setting [SVN#22546]
by Max mtg » 13 Jul 2013, 12:19
Afair, there are plain images drawn in the ante panel. They aren't supposed to be played, so a single picture seems enough to me.
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 42 guests