From 07f750ec825a611da3bf0e91d51ae69238569b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timu=C3=A7in=20Boldt?= <timucin.boldt@udo.edu> Date: Sat, 3 Apr 2021 16:20:59 +0200 Subject: [PATCH] fix collision --- maps/spunk/dorf.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/maps/spunk/dorf.json b/maps/spunk/dorf.json index dd9a33d..18f8eb0 100644 --- a/maps/spunk/dorf.json +++ b/maps/spunk/dorf.json @@ -219,13 +219,7 @@ "height":40, "id":35, "name":"collision", - "opacity":1, - "properties":[ - { - "name":"collides", - "type":"bool", - "value":true - }], + "opacity":0, "type":"tilelayer", "visible":true, "width":57, @@ -444,6 +438,16 @@ "spacing":0, "tilecount":9, "tileheight":32, + "tiles":[ + { + "id":3, + "properties":[ + { + "name":"collides", + "type":"bool", + "value":true + }] + }], "tilewidth":32 }], "tilewidth":32, -- GitLab