Update Africa.json to reflect new image dimensions

This commit is contained in:
SunnyBoyWTF
2025-02-18 13:31:11 -05:00
committed by GitHub
parent 75bb6dc084
commit 8a0e372708
+8 -8
View File
@@ -1,30 +1,30 @@
{
"name": "Africa",
"width": 4149,
"height": 4414,
"width": 2000,
"height": 2128,
"nations": [
{
"coordinates": [2472, 4113],
"coordinates": [1173, 1984],
"name": "South Africa",
"strength": 2,
"strength": 3,
"flag": "za"
},
{
"coordinates": [3282, 1479],
"coordinates": [1681, 752],
"name": "Sudan",
"strength": 2,
"flag": "sd"
},
{
"coordinates": [3816, 3481],
"coordinates": [1850, 1691],
"name": "Madagascar",
"strength": 1,
"flag": "mg"
},
{
"coordinates": [2268, 2113],
"coordinates": [1111, 1019],
"name": "Central African Republic",
"strength": 3,
"strength": 2,
"flag": "cf"
}
]