- Added "connectsTo" to JSON data for connections. - Updated region nodes to be rounded oblongs. - Updated the GalaxyMap and RegionMap to render connections.
25 lines
397 B
JSON
25 lines
397 B
JSON
|
|
[
|
|
{
|
|
"solarSystemName": "Jita",
|
|
"x": "200",
|
|
"y": "150",
|
|
"security": 0.9,
|
|
"connectsTo": ["Dodixie", "Rens"]
|
|
},
|
|
{
|
|
"solarSystemName": "Dodixie",
|
|
"x": "350",
|
|
"y": "280",
|
|
"security": 0.7,
|
|
"connectsTo": ["Jita", "Rens"]
|
|
},
|
|
{
|
|
"solarSystemName": "Rens",
|
|
"x": "150",
|
|
"y": "400",
|
|
"security": 0.6,
|
|
"connectsTo": ["Jita", "Dodixie"]
|
|
}
|
|
]
|