Erwan
- fix issue 36 (Life points hidden by big card)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user