Files
Brick-Monorail/track.json
2024-02-25 01:29:27 +01:00

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"
}
}
}