From e123ec17b49ad3b0d7c60101b036d519e530e150 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 25 Dec 2020 01:45:56 +0100
Subject: [PATCH] Make hash tile collide.

---
 main.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/main.json b/main.json
index 785597b..cd49168 100644
--- a/main.json
+++ b/main.json
@@ -62,6 +62,16 @@
          "spacing":0,
          "tilecount":2,
          "tileheight":32,
+         "tiles":[
+                {
+                 "id":1,
+                 "properties":[
+                        {
+                         "name":"collide",
+                         "type":"bool",
+                         "value":true
+                        }]
+                }],
          "tilewidth":32
         }],
  "tilewidth":32,
-- 
2.30.2