Add Giant World Map to the multiplayer queue after recent performance improvements. I'm hitting 40fps on a 10 year old chromebook

This commit is contained in:
evanpelle
2026-06-12 17:08:32 -07:00
parent 7ec26df4b4
commit f4840a1cfd
3 changed files with 3 additions and 3 deletions
@@ -3,7 +3,7 @@
"name": "Giant World Map",
"translation_key": "map.giantworldmap",
"categories": ["world"],
"multiplayer_frequency": 0,
"multiplayer_frequency": 10,
"nations": [
{
"coordinates": [2309, 535],
+1 -1
View File
@@ -16,7 +16,7 @@
"num_land_tiles": 563340,
"width": 2054
},
"multiplayer_frequency": 0,
"multiplayer_frequency": 10,
"name": "Giant World Map",
"nations": [
{
+1 -1
View File
@@ -425,7 +425,7 @@ export const maps: readonly MapInfo[] = [
type: GameMapType.GiantWorldMap,
translationKey: "map.giantworldmap",
categories: ["world"],
multiplayerFrequency: 0,
multiplayerFrequency: 10,
},
{
id: "GreatLakes",