From eec2065e15dfffece23d26efe468850c8295f3c2 Mon Sep 17 00:00:00 2001 From: BertovDev Date: Tue, 30 Apr 2024 08:58:35 -0300 Subject: [PATCH] Fix wall entry collider --- apps/arena/priv/config.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/apps/arena/priv/config.json b/apps/arena/priv/config.json index 616aac118..5b3ea78a8 100644 --- a/apps/arena/priv/config.json +++ b/apps/arena/priv/config.json @@ -64,8 +64,8 @@ }, { "position": { - "x": -1874.5, - "y": 5286.2 + "x": -3998.0, + "y": 3939.0 }, "radius": 365.55, "shape": "circle", @@ -836,6 +836,37 @@ "y": 2229.0 } ] + }, + { + "collider": "wall entry", + "position": { + "x": 0.0, + "y": 0.0 + }, + "radius": 0.0, + "shape": "polygon", + "vertices": [ + { + "x": -2376.0, + "y": 5248.0 + }, + { + "x": -2284.0, + "y": 4949.0 + }, + { + "x": -3078.0, + "y": 3927.0 + }, + { + "x": -3402.0, + "y": 3897.0 + }, + { + "x": -3675.0, + "y": 3997.0 + } + ] } ] },