diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-04-14 08:37:14 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-04-14 08:37:14 +0100 |
commit | 9f1811975e996a3bf70c3e834a872e59c8ade984 (patch) | |
tree | 22f5cd683e9c353fb73929eaab2b9d35cd8296b0 /data | |
parent | 35d0d3911f43aca4eb34f785cdf1ad63e60863e7 (diff) | |
download | space-plat-hs-9f1811975e996a3bf70c3e834a872e59c8ade984.tar.gz space-plat-hs-9f1811975e996a3bf70c3e834a872e59c8ade984.zip |
Load the map list from a JSON file
Diffstat (limited to 'data')
-rw-r--r-- | data/maps.json | 5 |
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" +] |