From 497bbeac360e976d54dc0b1bc9d1cd848a3fec18 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Thu, 12 Oct 2023 20:04:12 +0200 Subject: [PATCH] adjusted spawn position of servitor mini card --- src/playercards/PlayerCardPanel.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playercards/PlayerCardPanel.ttslua b/src/playercards/PlayerCardPanel.ttslua index eaf5eb1b..39ddc1a5 100644 --- a/src/playercards/PlayerCardPanel.ttslua +++ b/src/playercards/PlayerCardPanel.ttslua @@ -50,7 +50,7 @@ local START_POSITIONS = { randomWeakness = Vector(0, 2, 1.4), -- Because the card spread is handled by the SpawnBag, we don't know (programatically) where this -- should be placed. If more customizable cards are added it will need to be moved. - summonedServitor = Vector(CARD_WIDTH * -6.5, 2, 1.7), + summonedServitor = Vector(CARD_WIDTH * -7.5, 2, 1.7), } -- Shifts to move rows of cards, and groups of rows, as different groupings are laid out