changed the vertstack count of enchantments and artifacts from 3 per stack, to 5 per stack, i wanted to go 6 but i felt it cropped too much off the 6ths card...
reason for this change is that it becames WAY to hard to player decks which contained mostly artifacts to share the feild, give 9 cards half the screen to display just didnt seem like a good choice compared to the creatures horizontal stack which can display almost 200 cards in the same screen width.
This commit is contained in:
@@ -68,7 +68,7 @@ void GuiPlay::HorzStack::Enstack(CardView* card)
|
||||
|
||||
void GuiPlay::VertStack::Enstack(CardView* card)
|
||||
{
|
||||
if (0 == count % 3)
|
||||
if (0 == count % 5)
|
||||
{
|
||||
x += CARD_WIDTH;
|
||||
y = 0;
|
||||
|
||||
Reference in New Issue
Block a user