Jeck - Increased shop "text list" fade-in time, changed alternateRender to display "Land" rarity as well as common-mythic.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define SHOP_SLOTS 11
|
||||
|
||||
#define SHOP_ITEMS SHOP_SLOTS+1
|
||||
#define LIST_FADEIN 11
|
||||
#define LIST_FADEIN 15
|
||||
|
||||
struct ShopBooster{
|
||||
MTGSetInfo * mainSet;
|
||||
|
||||
@@ -301,6 +301,9 @@ void CardGui::alternateRender(MTGCard * card, const Pos& pos){
|
||||
case Constants::RARITY_C:
|
||||
sprintf(buf,_("%s Common").c_str(),setlist[card->setId].c_str());
|
||||
break;
|
||||
case Constants::RARITY_L:
|
||||
sprintf(buf,_("%s Land").c_str(),setlist[card->setId].c_str());
|
||||
break;
|
||||
default:
|
||||
sprintf(buf,"%s",setlist[card->setId].c_str());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user