From f2ecd2c51d4ae567b9e0d7cd23936654981cae23 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 18 Dec 2021 20:16:32 +0100 Subject: [PATCH] FIX: fixed collides attribute --- main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.json b/main.json index edfd262..112e36e 100644 --- a/main.json +++ b/main.json @@ -153,7 +153,7 @@ "id":3, "properties":[ { - "name":"collide", + "name":"collides", "type":"bool", "value":true }]