Add gateway map to rotation (#301)

Changes made via GitHub editor. I'll test as soon as I get home ~2.5-3
hours from now.
This commit is contained in:
APuddle210
2025-03-21 13:19:59 -04:00
committed by GitHub
parent 68621f326a
commit 2cac950574
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "Britannia",
"width": 2000,
"height": 1397,
"name": "GatewayToTheAtlantic",
"width": 2216,
"height": 1968,
"nations": [
{
"coordinates": [2144, 344],
+1
View File
@@ -285,6 +285,7 @@ function getNextMap(): GameMapType {
Asia: 2,
Mars: 2,
Britannia: 2,
GatewayToTheAtlantic: 2,
};
Object.keys(GameMapType).forEach((key) => {