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

@@ -130,7 +130,7 @@ void Interruptible::Render(MTGCardInstance * source, JQuad * targetQuad, string
if (bigQuad)
{
Pos pos = Pos(CardGui::BigWidth / 2, CardGui::BigHeight / 2 - 10, 0.90f, 0.0, 220);
Pos pos = Pos(CardGui::BigWidth / 2, CardGui::BigHeight / 2 - 10, 0.80f, 0.0, 220);
pos.actY = 142;//adjust y a little bit
CardGui::DrawCard(source, pos, observer->getCardSelector()->GetDrawMode());
}