-AlternatRender calls fixes

-Replaced "borderline" default cards design with something more generic
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-22 12:12:43 +00:00
parent 34126f2393
commit a59fb35d78
9 changed files with 23 additions and 17 deletions

View File

@@ -639,7 +639,8 @@ class GameStateDeckViewer: public GameState, public JGuiListener
mFont->SetScale(scaleBackup);
}
}else{
// CardGui::alternateRender(card, mIcons, x_center, y + 142.5*scale, 0, scale);
Pos pos = Pos(x, y, scale* 285/250, 0.0, 255);
CardGui::alternateRender(card, pos);
quad = cache.getThumb(card);
if (quad){
float _scale = 285 * scale / quad->mHeight;