master
cldupland 5 years ago
parent 356d50edc4
commit d8d4db20cb

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

@ -11,11 +11,11 @@ namespace TheGameExtreme.model.piles
{ {
if (i < (nbPile * 0.5)) if (i < (nbPile * 0.5))
{ {
ListOrderedStacks[i].Push(new ClassicCard(-5m)); ListOrderedStacks[i].Push(new ClassicCard(0m));
} }
else else
{ {
ListOrderedStacks[i].Push(new ClassicCard(5m)); ListOrderedStacks[i].Push(new ClassicCard(1m));
} }
} }
} }

Loading…
Cancel
Save