Added PSP res file, fixed bug for PSP version and added M20, MH1 and UST sets and primitives.

This commit is contained in:
valfieri
2019-08-10 01:10:26 +02:00
parent 3d9526a1dd
commit 7328c45013
81 changed files with 52714 additions and 24437 deletions

View File

@@ -133,8 +133,9 @@ void DeckView::renderCard(int index, int alpha, bool asThumbnail, bool griddeckv
}
else
{
int mode = !options[Options::DISABLECARDS].number ? DrawMode::kNormal : DrawMode::kText;
Pos pos = Pos(cardPosition.x, cardPosition.y, cardPosition.scale * 285 / 250, 0.0, 255);
CardGui::DrawCard(cardPosition.card, pos, asThumbnail, true);
CardGui::DrawCard(cardPosition.card, pos, mode, asThumbnail, true);
}
}
else