aboutsummaryrefslogtreecommitdiff
path: root/data/maps.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-04-14 08:37:14 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-04-14 08:37:14 +0100
commit9f1811975e996a3bf70c3e834a872e59c8ade984 (patch)
tree22f5cd683e9c353fb73929eaab2b9d35cd8296b0 /data/maps.json
parent35d0d3911f43aca4eb34f785cdf1ad63e60863e7 (diff)
downloadspace-plat-hs-9f1811975e996a3bf70c3e834a872e59c8ade984.tar.gz
space-plat-hs-9f1811975e996a3bf70c3e834a872e59c8ade984.zip
Load the map list from a JSON file
Diffstat (limited to 'data/maps.json')
-rw-r--r--data/maps.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/maps.json b/data/maps.json
new file mode 100644
index 0000000..2b56827
--- /dev/null
+++ b/data/maps.json
@@ -0,0 +1,5 @@
+[
+ "data/map1.json",
+ "data/map2.json",
+ "data/map1.json"
+]