- fix issue 57 - needs verification when one of the quads is not here /both -  target is player/card - ability/spell
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-30 15:02:57 +00:00
parent 91986abe2d
commit 25ab86ab88
6 changed files with 74 additions and 74 deletions
+1
View File
@@ -27,6 +27,7 @@ struct CardGui : public PlayGuiObject {
CardGui(MTGCardInstance* card, const Pos& ref);
virtual void Render();
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
virtual void Update(float dt);
static void alternateRender(MTGCard * card, const Pos& pos);