Update thinmap assets and nation coordinates; added new nations and adjusted map dimensions

This commit is contained in:
bijx
2026-02-26 22:21:34 -05:00
parent e1595bf3a3
commit 3e04271870
7 changed files with 106 additions and 36 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

After

Width:  |  Height:  |  Size: 520 KiB

+50 -15
View File
@@ -2,33 +2,68 @@
"name": "thinmap",
"nations": [
{
"coordinates": [5461, 206],
"name": "Loner Island"
"coordinates": [256, 80],
"name": "Weston"
},
{
"coordinates": [2802, 164],
"name": "middle island ig"
"coordinates": [1028, 286],
"name": "Ellach"
},
{
"coordinates": [2338, 158],
"name": "fuck you island"
"coordinates": [1437, 149],
"name": "Prina"
},
{
"coordinates": [1866, 263],
"name": "arrowhead island"
"coordinates": [1652, 141],
"name": "Aros"
},
{
"coordinates": [1538, 158],
"name": "bra island"
"coordinates": [1867, 270],
"name": "Elos"
},
{
"coordinates": [1053, 291],
"name": "thongland"
"coordinates": [2138, 127],
"name": "Eban"
},
{
"coordinates": [236, 58],
"name": "State of Palestine",
"flag": "ps"
"coordinates": [2383, 182],
"name": "Kene"
},
{
"coordinates": [640, 136],
"name": "Sore"
},
{
"coordinates": [2789, 152],
"name": "Deno"
},
{
"coordinates": [3267, 275],
"name": "Calphe"
},
{
"coordinates": [3653, 147],
"name": "Modwyn"
},
{
"coordinates": [3888, 270],
"name": "Echur"
},
{
"coordinates": [4579, 142],
"name": "Eris"
},
{
"coordinates": [5408, 228],
"name": "Tuage"
},
{
"coordinates": [5475, 115],
"name": "Vola"
},
{
"coordinates": [5906, 364],
"name": "Eastos"
}
]
}
+53 -18
View File
@@ -1,49 +1,84 @@
{
"map": {
"height": 400,
"num_land_tiles": 458934,
"num_land_tiles": 803994,
"width": 6000
},
"map16x": {
"height": 100,
"num_land_tiles": 26672,
"num_land_tiles": 46347,
"width": 1500
},
"map4x": {
"height": 200,
"num_land_tiles": 112056,
"num_land_tiles": 195775,
"width": 3000
},
"name": "thinmap",
"nations": [
{
"coordinates": [5461, 206],
"name": "Loner Island"
"coordinates": [256, 80],
"name": "Weston"
},
{
"coordinates": [2802, 164],
"name": "middle island ig"
"coordinates": [1028, 286],
"name": "Ellach"
},
{
"coordinates": [2338, 158],
"name": "fuck you island"
"coordinates": [1437, 149],
"name": "Prina"
},
{
"coordinates": [1866, 263],
"name": "arrowhead island"
"coordinates": [1652, 141],
"name": "Aros"
},
{
"coordinates": [1538, 158],
"name": "bra island"
"coordinates": [1867, 270],
"name": "Elos"
},
{
"coordinates": [1053, 291],
"name": "thongland"
"coordinates": [2138, 127],
"name": "Eban"
},
{
"coordinates": [236, 58],
"flag": "ps",
"name": "State of Palestine"
"coordinates": [2383, 182],
"name": "Kene"
},
{
"coordinates": [640, 136],
"name": "Sore"
},
{
"coordinates": [2789, 152],
"name": "Deno"
},
{
"coordinates": [3267, 275],
"name": "Calphe"
},
{
"coordinates": [3653, 147],
"name": "Modwyn"
},
{
"coordinates": [3888, 270],
"name": "Echur"
},
{
"coordinates": [4579, 142],
"name": "Eris"
},
{
"coordinates": [5408, 228],
"name": "Tuage"
},
{
"coordinates": [5475, 115],
"name": "Vola"
},
{
"coordinates": [5906, 364],
"name": "Eastos"
}
]
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 12 KiB