From 974ccd97195eabf471dbb4dcefd21d00eec2b157 Mon Sep 17 00:00:00 2001 From: LI-NA Date: Sat, 27 Apr 2024 00:14:43 +0900 Subject: [PATCH] fix(map): Fine-tuned the position of the streets of tarkov --- constants/map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/map.ts b/constants/map.ts index 473374c..c0a9719 100644 --- a/constants/map.ts +++ b/constants/map.ts @@ -158,7 +158,7 @@ export const MAP_CONFING = { { id: "main", imageFrom: { x: 2265, y: 338 }, - imageTo: { x: 5850, y: 5324 }, + imageTo: { x: 5840, y: 5334 }, gameFrom: { x: 315, y: -283, z: -1000 }, gameTo: { x: -268, y: 528, z: 1000 }, },