swap zone position for opponent

swap position of opponent exile zone and opponent library zone, since a
lot of codes use reveal for library, and hand, it's much easier to
target the exile . Also cards that display from the top of library is
not blocked anymore.
This commit is contained in:
Anthony Calosa
2017-03-04 04:21:43 +08:00
parent 3b58790c96
commit 06285c11c7
2 changed files with 7 additions and 7 deletions

View File

@@ -343,7 +343,7 @@ void CardSelector::Render()
//card->DrawCard(bigpos, mDrawMode);
if(timer > 0)
{
float modx = 14.f;
float modx = 0.f;
Pos npos = Pos(bigpos.x+modx,bigpos.y-4.f,bigpos.zoom-(bigpos.zoom/5),bigpos.t,bigpos.alpha);
card->DrawCard(npos, mDrawMode);
}