feat: add simple track

This commit is contained in:
2025-10-18 21:03:49 +02:00
parent 09f70223b8
commit ff61a7fad6
2 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "Simple Track",
"start": {
"pos": [
0,
-3
],
"direction": [
1,
0
]
}
}

View File

@@ -0,0 +1,63 @@
[
{
"type": "road",
"pts": [
[
0,
-3,
0,
-1,
1
],
[
2,
-2,
1,
-1,
1
],
[
3,
0,
1,
0,
1
],
[
2,
2,
1,
1,
1
],
[
0,
3,
0,
1,
1
],
[
-2,
2,
-1,
1,
1
],
[
-3,
0,
-1,
0,
1
],
[
-2,
-2,
-1,
-1,
1
]
]
}
]