From 878f9b95231e61e80d04ab37457badd2facf7de1 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Sun, 17 May 2020 01:29:08 +0200 Subject: [PATCH] All interactables are now reachable --- data/mapdata/mapEntities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mapdata/mapEntities.json b/data/mapdata/mapEntities.json index f87c77c..2e9c1b6 100644 --- a/data/mapdata/mapEntities.json +++ b/data/mapdata/mapEntities.json @@ -34,7 +34,7 @@ { "name" : "rabbit", "position" : { - "x": 12, + "x": 15, "y": 16 }, "isPickupable" : true,