mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 23:21:58 +00:00
5d9b62da4d
## Description: Create mini map option <img width="741" height="234" alt="Screenshot 2025-09-25 at 4 47 47 PM" src="https://github.com/user-attachments/assets/6c442698-8e3b-44d5-b07e-c4f0a916c3bc" /> ## 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: evan
57 lines
984 B
JSON
57 lines
984 B
JSON
{
|
|
"map": {
|
|
"height": 1000,
|
|
"num_land_tiles": 1354047,
|
|
"width": 2000
|
|
},
|
|
"map16x": {
|
|
"height": 250,
|
|
"num_land_tiles": 82777,
|
|
"width": 500
|
|
},
|
|
"map4x": {
|
|
"height": 500,
|
|
"num_land_tiles": 335950,
|
|
"width": 1000
|
|
},
|
|
"name": "Mars",
|
|
"nations": [
|
|
{
|
|
"coordinates": [650, 415],
|
|
"flag": "us",
|
|
"name": "United States",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [122, 750],
|
|
"flag": "ussr",
|
|
"name": "USSR",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1232, 735],
|
|
"flag": "ru",
|
|
"name": "Russia",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [966, 511],
|
|
"flag": "",
|
|
"name": "European Space Agency",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1460, 488],
|
|
"flag": "gb",
|
|
"name": "United Kingdom",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1850, 415],
|
|
"flag": "cn",
|
|
"name": "China",
|
|
"strength": 3
|
|
}
|
|
]
|
|
}
|