Include the Phyrexian mana display. Include more features in modrules.xml: Now is possible to change font color, Size. Include icon tag. Is possible select position to show the icon, size and where the image is stored

<item name="icon">
 <position x="0" y="25"/>
 <iconposition x="1" y="2"/> 
 <filename>menuicons.png</filename> 
 <sizeicon>5<sizeicon>
</item>
Issue: 663
This commit is contained in:
rodrigodemoura@gmail.com
2012-02-13 15:28:55 +00:00
parent bd1afebbea
commit 45b4272c5e
9 changed files with 731 additions and 270 deletions

View File

@@ -1616,7 +1616,7 @@ int GameStateDeckViewer::loadDeck(int deckid)
}
else
{
myDeck->Remove(current); //Nope. Remove it from deck.
myDeck->Remove(current,howmanyinDeck-i); //Nope. Remove it from deck.
break;
}
}