mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
9e22eac4d8
- Fixed a bug where the race results would be out of order. - Changed the colour of the start and finish gates - Added the race results to the RaceResultController and updated view Tags: #fix #implement #story[13, 10, 11]
31 lines
542 B
JSON
31 lines
542 B
JSON
{
|
|
"race-name": "AC35",
|
|
"time-scale": 1.0,
|
|
"race-size": 6,
|
|
"teams": [
|
|
{
|
|
"team-name": "Oracle Team USA",
|
|
"velocity": 30.9
|
|
},
|
|
{
|
|
"team-name": "Artemis Racing",
|
|
"velocity": 59.3
|
|
},
|
|
{
|
|
"team-name": "Emirates Team New Zealand",
|
|
"velocity": 51.5
|
|
},
|
|
{
|
|
"team-name": "Groupama Team France",
|
|
"velocity": 29.9
|
|
},
|
|
{
|
|
"team-name": "Land Rover BAR",
|
|
"velocity": 99.6
|
|
},
|
|
{
|
|
"team-name": "SoftBank Team Japan",
|
|
"velocity": 45.6
|
|
}
|
|
]
|
|
} |