diff --git a/card.c b/card.c index 5aba3ee..6bf9fa8 100644 --- a/card.c +++ b/card.c @@ -125,7 +125,7 @@ void add_to_hand(Hand *h, Card *c) { c->move.destination.y = h->position.y; break; case HAND_DISPLAY_SCORED: - c->move.destination.x = h->position.x + (c->order * (CARD_WIDTH - 10)); + c->move.destination.x = h->position.x + (c->order * (CARD_WIDTH - 30)); c->move.destination.y = h->position.y; break; }