Map fixes for Britannia and Pangaea (#2641)

## Description:
This PR fixes some small pixel errors on Pangaea and Britannia

## 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:

DISCORD_USERNAME
Nikola123
This commit is contained in:
Duwibi
2025-12-19 02:19:54 +02:00
committed by GitHub
parent e55b79266a
commit f60aef65e1
12 changed files with 9 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 KiB

After

Width:  |  Height:  |  Size: 644 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 KiB

After

Width:  |  Height:  |  Size: 627 KiB

+3 -3
View File
@@ -1,17 +1,17 @@
{
"map": {
"height": 1396,
"num_land_tiles": 933706,
"num_land_tiles": 933571,
"width": 2000
},
"map16x": {
"height": 349,
"num_land_tiles": 55009,
"num_land_tiles": 54975,
"width": 500
},
"map4x": {
"height": 698,
"num_land_tiles": 228914,
"num_land_tiles": 228849,
"width": 1000
},
"name": "Britannia",
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: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

+1 -1
View File
@@ -1,7 +1,7 @@
{
"map": {
"height": 1000,
"num_land_tiles": 420336,
"num_land_tiles": 420335,
"width": 1000
},
"map16x": {
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: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB