From 8bc72170d44912ddeb7e56958348f937cd11c52f Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 17 Dec 2024 14:36:41 +0100 Subject: [PATCH] Add climb preset --- data/map_configs/climb.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/map_configs/climb.json diff --git a/data/map_configs/climb.json b/data/map_configs/climb.json new file mode 100644 index 0000000..aceb8a6 --- /dev/null +++ b/data/map_configs/climb.json @@ -0,0 +1,23 @@ +{ + "name": "climb", + "waypoints": [ + { + "x": 50, + "y": 650 + }, + { + "x": 150, + "y": 450 + }, + { + "x": 50, + "y": 250 + }, + { + "x": 150, + "y": 50 + } + ], + "width": 200, + "height": 700 +} \ No newline at end of file