feat: bezier tracks

This commit is contained in:
2024-02-25 01:29:27 +01:00
parent 416c3a93aa
commit 369b2bc870
5 changed files with 149 additions and 42 deletions

30
track.json Normal file
View File

@@ -0,0 +1,30 @@
{
"fileFormatVersion": "1",
"parameterSets": {
"90 Degree Curve": {
"Radius": "28",
"Length": "32",
"Type": "curve"
},
"Full Straight": {
"Radius": "28",
"Length": "32",
"Type": "straight"
},
"Half Straight": {
"Radius": "28",
"Length": "16",
"Type": "straight"
},
"Quarter Straight": {
"Radius": "28",
"Length": "8",
"Type": "straight"
},
"4 Studs Straight": {
"Radius": "28",
"Length": "4",
"Type": "straight"
}
}
}