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"