Add Montreal (#2081)

## Description:
This PR adds the Montreal map that was used in OFM with some revisions,
including adding some river and changing the overall topography.

Describe the PR.

## 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-09-22 09:40:38 -07:00
committed by GitHub
parent d2314941fe
commit 3f4f5b195b
15 changed files with 110 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ export const MapDescription: Record<keyof typeof GameMapType, string> = {
Italia: "Italia",
Yenisei: "Yenisei",
Pluto: "Pluto",
Montreal: "Montreal",
};
@customElement("map-display")