From c2fb8cd922032e24962bc3aef65d5428c5361957 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 9 Feb 2023 17:41:31 +0000 Subject: Object layer support for map entities --- data/map.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'data/map.json') diff --git a/data/map.json b/data/map.json index 5c8f003..b04801b 100644 --- a/data/map.json +++ b/data/map.json @@ -37,9 +37,31 @@ "width":40, "x":0, "y":0 + }, + { + "draworder":"topdown", + "id":5, + "name":"Entities", + "objects":[ + { + "height":24, + "id":1, + "name":"Player", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":120, + "y":136 + }], + "opacity":1, + "type":"objectgroup", + "visible":true, + "x":0, + "y":0 }], - "nextlayerid":5, - "nextobjectid":1, + "nextlayerid":6, + "nextobjectid":2, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", -- cgit v1.2.3