mirror of
https://github.com/Theaninova/Brick-Monorail.git
synced 2025-12-11 04:06:14 +00:00
31 lines
554 B
JSON
31 lines
554 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|