From 6e48bd38850f6326fe435ff87af3ca14e6707379 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 9 Feb 2023 23:25:05 +0000 Subject: Spawn objects For now only the Player. --- data/map.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/map.json') diff --git a/data/map.json b/data/map.json index b04801b..0791988 100644 --- a/data/map.json +++ b/data/map.json @@ -51,8 +51,8 @@ "type":"", "visible":true, "width":16, - "x":120, - "y":136 + "x":80, + "y":40 }], "opacity":1, "type":"objectgroup", @@ -61,7 +61,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":2, + "nextobjectid":3, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", -- cgit v1.2.3