mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:20:45 +00:00
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:
@@ -3,7 +3,7 @@
|
||||
"name": "Giant World Map",
|
||||
"translation_key": "map.giantworldmap",
|
||||
"categories": ["world"],
|
||||
"multiplayer_frequency": 0,
|
||||
"multiplayer_frequency": 10,
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [2309, 535],
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"num_land_tiles": 563340,
|
||||
"width": 2054
|
||||
},
|
||||
"multiplayer_frequency": 0,
|
||||
"multiplayer_frequency": 10,
|
||||
"name": "Giant World Map",
|
||||
"nations": [
|
||||
{
|
||||
|
||||
@@ -425,7 +425,7 @@ export const maps: readonly MapInfo[] = [
|
||||
type: GameMapType.GiantWorldMap,
|
||||
translationKey: "map.giantworldmap",
|
||||
categories: ["world"],
|
||||
multiplayerFrequency: 0,
|
||||
multiplayerFrequency: 10,
|
||||
},
|
||||
{
|
||||
id: "GreatLakes",
|
||||
|
||||
Reference in New Issue
Block a user