mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 13:49:46 +00:00
217a2c4548
## Description: Adds Milky Way galaxy map based on real reconstruction by NASA. Star density simulated as terrain. Best played in Dark Mode. Also adds credits to JPL NASA <img width="532" height="533" alt="Captura de pantalla 2026-03-26 142938" src="https://github.com/user-attachments/assets/87bb19bb-4e2d-4383-a3e9-6e14b714b84c" /> ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: tri.star1011
36 lines
621 B
JSON
36 lines
621 B
JSON
{
|
|
"name": "milkyway",
|
|
"nations": [
|
|
{
|
|
"coordinates": [775, 757],
|
|
"name": "Sagittarius A*",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [967, 247],
|
|
"name": "Perseus Arm",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [478, 1139],
|
|
"name": "Centaurus Arm",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [840, 1048],
|
|
"name": "Empire of Mankind",
|
|
"flag": "un"
|
|
},
|
|
{
|
|
"coordinates": [1055, 1330],
|
|
"name": "Aliens",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [531, 164],
|
|
"name": "The Void",
|
|
"flag": "Cthulhu Republic"
|
|
}
|
|
]
|
|
}
|