Files
eve-signaler/public/Kador.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
425 B
JSON

[
{
"solarSystemName": "Kador Prime",
"x": "200",
"y": "180",
"security": 0.8,
"connectsTo": ["Zirsem", "Thebeka"]
},
{
"solarSystemName": "Zirsem",
"x": "350",
"y": "250",
"security": 0.2,
"connectsTo": ["Kador Prime", "Thebeka"]
},
{
"solarSystemName": "Thebeka",
"x": "150",
"y": "320",
"security": -0.2,
"connectsTo": ["Kador Prime", "Zirsem"]
}
]