fixed indentation

This commit is contained in:
Chr1Z93 2024-01-16 14:54:55 +01:00
parent af84ab56b3
commit 5b095d5c3a

View File

@ -135,7 +135,7 @@ do
---@return: Global rotation vector for the given card. This will include the ---@return: Global rotation vector for the given card. This will include the
-- Y rotation to orient the card on the given player mat as well as a -- Y rotation to orient the card on the given player mat as well as a
-- Z rotation to place the card face up or face down. -- Z rotation to place the card face up or face down.
Zones.getDefaultCardRotation = function(playerColor, zoneName) Zones.getDefaultCardRotation = function(playerColor, zoneName)
local cardRotation = playmatApi.returnRotation(playerColor) local cardRotation = playmatApi.returnRotation(playerColor)
if zoneName == "Deck" then if zoneName == "Deck" then
cardRotation = cardRotation + Vector(0, 0, 180) cardRotation = cardRotation + Vector(0, 0, 180)