removed stray space

This commit is contained in:
dscarpac 2024-04-24 11:04:55 -05:00
parent 2c67f609be
commit 8716347a21

View File

@ -12,7 +12,7 @@ local ENCOUNTER_DECK_AREA = {
} }
local ENCOUNTER_DISCARD_AREA = { local ENCOUNTER_DISCARD_AREA = {
upperLeft = { x = 1.62, z = 0.42 }, upperLeft = { x = 1.62, z = 0.42 },
lowerRight = { x = 1.58, z = 0.38 }, lowerRight = { x = 1.58, z = 0.38 },
} }
local DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.625} local DRAWN_ENCOUNTER_CARD_OFFSET = {1.365, 0.5, -0.625}