Move Minicard spawn zone so they're not on top of the new stat trackers

This commit is contained in:
Buhallin 2022-11-17 01:48:59 -08:00
parent 7c9d728820
commit 6abaaa7e00
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -27,7 +27,7 @@ playerMatGuids["Green"] = "383d8b"
commonZones = {} commonZones = {}
commonZones["Investigator"] = { -1.17702, 0, 0.00209 } commonZones["Investigator"] = { -1.17702, 0, 0.00209 }
commonZones["Minicard"] = { -0.4668214, 0, -1.222326 } commonZones["Minicard"] = { -0.16, 0, -1.222326 }
commonZones["Deck"] = { -1.822724, 0, -0.02940192 } commonZones["Deck"] = { -1.822724, 0, -0.02940192 }
commonZones["Discard"] = { -1.822451, 0, 0.6092291 } commonZones["Discard"] = { -1.822451, 0, 0.6092291 }
commonZones["Ally"] = { -0.6157398, 0, 0.02435675 } commonZones["Ally"] = { -0.6157398, 0, 0.02435675 }