Merge pull request #930 from argonui/encounter-discard

Fixed position for encounter discard
This commit is contained in:
dscarpac 2024-10-27 18:15:58 -05:00 committed by GitHub
commit fe549ad7e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"