- Added "connectsTo" to JSON data for connections. - Updated region nodes to be rounded oblongs. - Updated the GalaxyMap and RegionMap to render connections.
25 lines
405 B
JSON
25 lines
405 B
JSON
|
|
[
|
|
{
|
|
"solarSystemName": "Yulai",
|
|
"x": "180",
|
|
"y": "120",
|
|
"security": 1.0,
|
|
"connectsTo": ["Crielere"]
|
|
},
|
|
{
|
|
"solarSystemName": "Crielere",
|
|
"x": "320",
|
|
"y": "200",
|
|
"security": 0.3,
|
|
"connectsTo": ["Yulai", "Promised Land"]
|
|
},
|
|
{
|
|
"solarSystemName": "Promised Land",
|
|
"x": "250",
|
|
"y": "350",
|
|
"security": -0.5,
|
|
"connectsTo": ["Crielere"]
|
|
}
|
|
]
|