Erwan
- Added remove/add counters as a cost, patch by Salmelo, thanks man!. See primitives/mtg.txt -> Thallid to see how it works - added test for i286 by salmelo - added basic display for counters (this needs improvement) by salmelo
This commit is contained in:
@@ -29,6 +29,7 @@ struct CardGui : public PlayGuiObject {
|
||||
void RenderBig(const Pos&); //Tries to render the Big version of a card picture, backups to text version in case of failure
|
||||
static void RenderBig(MTGCard * card, const Pos& pos);
|
||||
void alternateRenderBig(const Pos&); //Renders Text Version of a card
|
||||
void renderCountersBig(const Pos& pos);
|
||||
virtual void Update(float dt);
|
||||
static void alternateRender(MTGCard * card, const Pos& pos);
|
||||
static JQuad * alternateThumbQuad(MTGCard * card);
|
||||
|
||||
Reference in New Issue
Block a user