small adjustment

meld card have a little space between. reduce render big display.
This commit is contained in:
Anthony Calosa
2016-07-30 10:21:39 +08:00
parent 4aa6ad3203
commit 1039815017
4 changed files with 14 additions and 13 deletions

View File

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