Erwan
- fix for issue 108 (mana icon disappears) - potential fix for issue 110 (victory bonus texts). Need to check - Fix for issue 100. A better solution would be to "stretch" the cards in hand the way it is done for the rest of the game, but this will do for now as it is a border case - Fix for issue 55. We'll remove 2 players mode for now, and put it back when/if we get network play
This commit is contained in:
@@ -140,8 +140,11 @@ void Credits::Render(){
|
||||
JLBFont * f2 = resources.GetJLBFont(Constants::MENU_FONT);
|
||||
JLBFont * f3 = resources.GetJLBFont(Constants::MAGIC_FONT);
|
||||
f->SetScale(1);
|
||||
f->SetColor(ARGB(255,255,255,255));
|
||||
f2->SetScale(1);
|
||||
f2->SetColor(ARGB(255,255,255,255));
|
||||
f3->SetScale(1);
|
||||
f3->SetColor(ARGB(255,255,255,255));
|
||||
char buffer[512];
|
||||
if (!g->turn){
|
||||
sprintf(buffer, _("Please check your deck (not enough cards?)").c_str() );
|
||||
|
||||
Reference in New Issue
Block a user