mirror of
https://github.com/Theaninova/Brick-Monorail.git
synced 2026-01-05 08:12:49 +00:00
feat: bezier tracks
This commit is contained in:
30
track.json
Normal file
30
track.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user