mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 08:08:41 +00:00
Fix: Lemnos map regenerated with map-generator to update with latest changes (#2884)
## Description: There was a mismatch between the Lemnos map settings in the `info.json` and the what was in the resources folder. I regenerated the map using the map-generator to make sure the latest changes were applied. ## 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: bijx
This commit is contained in:
@@ -3,48 +3,48 @@
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [550, 317],
|
||||
"name": "Gomati",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Gomati"
|
||||
},
|
||||
{
|
||||
"coordinates": [1371, 254],
|
||||
"name": "Zematas",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Zematas"
|
||||
},
|
||||
{
|
||||
"coordinates": [1096, 605],
|
||||
"name": "Kotsinas",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Kotsinas"
|
||||
},
|
||||
{
|
||||
"coordinates": [518, 894],
|
||||
"name": "Evgatis",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Evgatis"
|
||||
},
|
||||
{
|
||||
"coordinates": [250, 879],
|
||||
"name": "Kavala",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Kavala"
|
||||
},
|
||||
{
|
||||
"coordinates": [814, 460],
|
||||
"name": "Atsiki",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Atsiki"
|
||||
},
|
||||
{
|
||||
"coordinates": [474, 542],
|
||||
"name": "Sardes",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Sardes"
|
||||
},
|
||||
{
|
||||
"coordinates": [691, 755],
|
||||
"name": "Portianou",
|
||||
"flag": ""
|
||||
"flag": "",
|
||||
"name": "Portianou"
|
||||
},
|
||||
{
|
||||
"coordinates": [1074, 913],
|
||||
"name": "Pyrgos",
|
||||
"flag": ""
|
||||
"coordinates": [1177, 975],
|
||||
"flag": "",
|
||||
"name": "Pyrgos"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user