From daad164371639dc3e787ebea170eb75d84e08e14 Mon Sep 17 00:00:00 2001 From: bernd Date: Sun, 27 Dec 2020 11:11:57 +0100 Subject: [PATCH] bugfix im istanbul --- main.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/main.json b/main.json index 655e240..a4e6739 100644 --- a/main.json +++ b/main.json @@ -569,6 +569,25 @@ "spacing":0, "tilecount":256, "tileheight":32, + "tiles":[ + { + "id":111, + "properties":[ + { + "name":"collides", + "type":"bool", + "value":true + }] + }, + { + "id":127, + "properties":[ + { + "name":"collides", + "type":"bool", + "value":true + }] + }], "tilewidth":32 }, {