aboutsummaryrefslogtreecommitdiffstats
path: root/maps/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'maps/default.json')
-rw-r--r--maps/default.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/maps/default.json b/maps/default.json
new file mode 100644
index 0000000..2b17099
--- /dev/null
+++ b/maps/default.json
@@ -0,0 +1,14 @@
+{
+ "size": {"w": 8, "h": 9},
+ "map": [
+ [0, 0, 0, 0, 0, 0, 8, 8],
+ [0, 0, 4, 3, 2, 0, 8, 4],
+ [6, 8, 8, 8, 8, 8, 8, 0],
+ [0, 8, 0, 8, 0, 8, 8, 0],
+ [0, 1, 8, 8, 8, 8, 0, 0],
+ [0, 0, 8, 0, 8, 8, 8, 8],
+ [0, 8, 8, 0, 8, 8, 8, 5],
+ [0, 0, 8, 0, 8, 0, 0, 0],
+ [0, 0, 2, 7, 8, 0, 0, 0]
+ ]
+}