summaryrefslogtreecommitdiffstats
path: root/dist/resources/map/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'dist/resources/map/test.json')
-rw-r--r--dist/resources/map/test.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/resources/map/test.json b/dist/resources/map/test.json
index bb0b1da..0fede44 100644
--- a/dist/resources/map/test.json
+++ b/dist/resources/map/test.json
@@ -46,5 +46,28 @@
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
]
+ ],
+ "collision": [
+ {
+ "type": "polygon",
+ "vertices": [
+ [1, 1],
+ [11, 1],
+ [11, 5],
+ [12, 5],
+ [12, 7],
+ [11, 7],
+ [11, 11],
+ [7, 11],
+ [7, 12],
+ [5, 12],
+ [5, 11],
+ [1, 11],
+ [1, 7],
+ [0, 7],
+ [0, 5],
+ [1, 5]
+ ]
+ }
]
}