- fix issue 36 (Life points hidden by big card)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-26 11:08:20 +00:00
parent 33c081858e
commit 48c57a4fed
4 changed files with 6 additions and 2 deletions
+4
View File
@@ -22,6 +22,10 @@ GuiAvatars::GuiAvatars(CardSelector* cs) : cs(cs), active(NULL)
selfGraveyard->alpha = selfLibrary->alpha = opponentGraveyard->alpha = opponentLibrary->alpha = 0;
}
float GuiAvatars::LeftBoundarySelf(){
return SCREEN_WIDTH - 10;
}
GuiAvatars::~GuiAvatars()
{
}