adjusted spawn position of servitor mini card
This commit is contained in:
parent
e3403538fa
commit
497bbeac36
@ -50,7 +50,7 @@ local START_POSITIONS = {
|
|||||||
randomWeakness = Vector(0, 2, 1.4),
|
randomWeakness = Vector(0, 2, 1.4),
|
||||||
-- Because the card spread is handled by the SpawnBag, we don't know (programatically) where this
|
-- 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.
|
-- 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
|
-- Shifts to move rows of cards, and groups of rows, as different groupings are laid out
|
||||||
|
Loading…
Reference in New Issue
Block a user