From ad958f02750df3824b452b082494e978e113ae8c Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Mon, 28 Oct 2024 00:14:46 +0100 Subject: [PATCH] Fixed position --- src/core/Constants.ttslua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Constants.ttslua b/src/core/Constants.ttslua index 864f2544..4a8c7fba 100644 --- a/src/core/Constants.ttslua +++ b/src/core/Constants.ttslua @@ -30,8 +30,8 @@ ID_URL_MAP = { } -- global positions -ENCOUNTER_DECK_POS = Vector(-3.93, 1, 5.76) -ENCOUNTER_DISCARD_POSITION = Vector(-3.85, 1, 10.38) +ENCOUNTER_DECK_POS = Vector(-3.93, 1.5, 5.76) +ENCOUNTER_DISCARD_POSITION = Vector(-3.85, 1.5, 10.38) -- online functionality related variables MOD_VERSION = "4.0.0"