![gpt-engineer-app[bot]](/assets/img/avatar_default.png)
- Added "connectsTo" to JSON data for connections. - Updated region nodes to be rounded oblongs. - Updated the GalaxyMap and RegionMap to render connections.
25 lines
399 B
JSON
25 lines
399 B
JSON
|
|
[
|
|
{
|
|
"solarSystemName": "Amarr",
|
|
"x": "100",
|
|
"y": "200",
|
|
"security": 1.0,
|
|
"connectsTo": ["Sarum Prime"]
|
|
},
|
|
{
|
|
"solarSystemName": "Sarum Prime",
|
|
"x": "250",
|
|
"y": "300",
|
|
"security": 0.9,
|
|
"connectsTo": ["Amarr", "Niarja"]
|
|
},
|
|
{
|
|
"solarSystemName": "Niarja",
|
|
"x": "400",
|
|
"y": "250",
|
|
"security": 0.5,
|
|
"connectsTo": ["Sarum Prime"]
|
|
}
|
|
]
|