update mena coordinates

This commit is contained in:
Evan
2024-11-01 20:29:40 -07:00
parent 915359feca
commit 9f23388d21
2 changed files with 35 additions and 24 deletions
+3
View File
@@ -169,6 +169,9 @@
* private game can select map DONE 10/16/2024 * private game can select map DONE 10/16/2024
* Test on android DONE 10/17/2024 * Test on android DONE 10/17/2024
* add troop max DONE 10/31/2024 * add troop max DONE 10/31/2024
* rewrite EventsDisplay DONE 11/1/2024
* update Mena NPC locations DONE 11/1/2024
* fix name rendering
* use twitter emojis * use twitter emojis
* create build menu * create build menu
* NPC has relations * NPC has relations
+32 -24
View File
@@ -53,7 +53,7 @@
}, },
{ {
"coordinates": [ "coordinates": [
1200, 1100,
450 450
], ],
"name": "Egypt 🇪🇬", "name": "Egypt 🇪🇬",
@@ -133,16 +133,16 @@
}, },
{ {
"coordinates": [ "coordinates": [
1950, 1860,
600 620
], ],
"name": "UAE 🇦🇪", "name": "UAE 🇦🇪",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
1825, 1730,
575 580
], ],
"name": "Qatar 🇶🇦", "name": "Qatar 🇶🇦",
"strength": 1 "strength": 1
@@ -189,10 +189,10 @@
}, },
{ {
"coordinates": [ "coordinates": [
2000, 1980,
100 45
], ],
"name": "Turkmenistan 🇹🇲", "name": "Uzbekistan 🇺🇿",
"strength": 1 "strength": 1
}, },
{ {
@@ -205,48 +205,48 @@
}, },
{ {
"coordinates": [ "coordinates": [
875, 750,
725 930
], ],
"name": "Chad 🇹🇩", "name": "Chad 🇹🇩",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
600, 500,
725 900
], ],
"name": "Niger 🇳🇪", "name": "Niger 🇳🇪",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
300, 230,
750 940
], ],
"name": "Mali 🇲🇱", "name": "Mali 🇲🇱",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
50, 40,
700 830
], ],
"name": "Mauritania 🇲🇷", "name": "Mauritania 🇲🇷",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
950, 1490,
925 980
], ],
"name": "Eritrea 🇪🇷", "name": "Eritrea 🇪🇷",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
1700, 1630,
450 460
], ],
"name": "Kuwait 🇰🇼", "name": "Kuwait 🇰🇼",
"strength": 1 "strength": 1
@@ -261,19 +261,27 @@
}, },
{ {
"coordinates": [ "coordinates": [
1750, 1640,
125 100
], ],
"name": "Azerbaijan 🇦🇿", "name": "Azerbaijan 🇦🇿",
"strength": 1 "strength": 1
}, },
{ {
"coordinates": [ "coordinates": [
1285, 1226,
277 280
], ],
"name": "Cyprus 🇨🇾", "name": "Cyprus 🇨🇾",
"strength": 1 "strength": 1
},
{
"coordinates": [
1800,
40
],
"name": "Kazakhstan 🇰🇿",
"strength": 1
} }
] ]
} }