Files
Party-Parrots-At-Sea/doc/examples/config.json
T
Michael Rausch 5dd5e50738 Implemented wake lines
- Changed heading calculation in event class
- The boats now go to the marker, rather than the center of a gate

Tags: #story[466]
2017-03-24 20:27:17 +13:00

31 lines
542 B
JSON

{
"race-name": "AC35",
"time-scale": 1.0,
"race-size": 6,
"teams": [
{
"team-name": "Oracle Team USA",
"velocity": 60.0
},
{
"team-name": "Artemis Racing",
"velocity": 10.0
},
{
"team-name": "Emirates Team New Zealand",
"velocity": 90.0
},
{
"team-name": "Groupama Team France",
"velocity": 15.0
},
{
"team-name": "Land Rover BAR",
"velocity": 70.0
},
{
"team-name": "SoftBank Team Japan",
"velocity": 45.0
}
]
}