Skip to content

Commit

Permalink
Add climb preset
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilchshake committed Dec 17, 2024
1 parent 159ced4 commit 8bc7217
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/map_configs/climb.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 8bc7217

Please sign in to comment.