mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 08:13:23 +00:00
## Description: FIxes Yenisei and Montreal not loading. Also orders all maps in main.go in alphabetical order. ## 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 - [ ] I have read and accepted the CLA aggreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: DISCORD_USERNAME Nikola123
39 lines
647 B
JSON
39 lines
647 B
JSON
{
|
|
"map": {
|
|
"height": 1500,
|
|
"num_land_tiles": 1954940,
|
|
"width": 1528
|
|
},
|
|
"map16x": {
|
|
"height": 375,
|
|
"num_land_tiles": 118558,
|
|
"width": 382
|
|
},
|
|
"map4x": {
|
|
"height": 750,
|
|
"num_land_tiles": 483700,
|
|
"width": 764
|
|
},
|
|
"name": "Montreal",
|
|
"nations": [
|
|
{
|
|
"coordinates": [800, 430],
|
|
"flag": "ca",
|
|
"name": "Laval",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1110, 930],
|
|
"flag": "ca",
|
|
"name": "Montreal",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1220, 1360],
|
|
"flag": "ca",
|
|
"name": "Hochelaga Archipelago",
|
|
"strength": 2
|
|
}
|
|
]
|
|
}
|