Files
eve-signaler/public/Genesis.json
gpt-engineer-app[bot] 81bfc9f45a Fix: Implement connections and region styling
-   Added "connectsTo" to JSON data for connections.
-   Updated region nodes to be rounded oblongs.
-   Updated the GalaxyMap and RegionMap to render connections.
2025-06-13 23:48:04 +00:00

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"]
}
]