From 879b14d397eceee8290737cbb77711e985d26c9e Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 25 Dec 2020 02:23:51 +0100
Subject: [PATCH] Make hash collide again.

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

diff --git a/main.json b/main.json
index bf33136..90e3f66 100644
--- a/main.json
+++ b/main.json
@@ -112,6 +112,16 @@
          "spacing":0,
          "tilecount":1,
          "tileheight":32,
+         "tiles":[
+                {
+                 "id":0,
+                 "properties":[
+                        {
+                         "name":"collides",
+                         "type":"bool",
+                         "value":true
+                        }]
+                }],
          "tilewidth":32
         }],
  "tilewidth":32,
-- 
2.30.2