diff options
Diffstat (limited to 'maps/map2.json')
-rw-r--r-- | maps/map2.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/maps/map2.json b/maps/map2.json new file mode 100644 index 0000000..4b814e6 --- /dev/null +++ b/maps/map2.json @@ -0,0 +1,10 @@ +{
+ "size": {"w": 8, "h": 5},
+ "map": [
+ [1, 8, 8, 8, 8, 8, 8, 2],
+ [8, 8, 0, 0, 0, 0, 8, 8],
+ [8, 8, 7, 0, 0, 5, 8, 8],
+ [8, 8, 0, 0, 0, 0, 8, 8],
+ [3, 8, 8, 8, 8, 8, 8, 4]
+ ]
+}
|