mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-04 22:27:22 +00:00
gigabox for perf testing purposes
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "GigaBox",
|
||||
"nations": [
|
||||
{
|
||||
"name": "The Top Left",
|
||||
"flag": "dm",
|
||||
"coordinates": [40, 38]
|
||||
},
|
||||
{
|
||||
"name": "The Bottom Left",
|
||||
"flag": "dm",
|
||||
"coordinates": [40, 2444]
|
||||
},
|
||||
{
|
||||
"name": "The Top Right",
|
||||
"flag": "dm",
|
||||
"coordinates": [3148, 52]
|
||||
},
|
||||
{
|
||||
"name": "The Bottom Right",
|
||||
"flag": "dm",
|
||||
"coordinates": [3104, 2416]
|
||||
},
|
||||
{
|
||||
"name": "The Center of All",
|
||||
"flag": "aq",
|
||||
"coordinates": [1548, 1183]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -92,6 +92,7 @@ var maps = []struct {
|
||||
{Name: "conakry"},
|
||||
{Name: "caucasus"},
|
||||
{Name: "beringsea"},
|
||||
{Name: "gigabox"},
|
||||
{Name: "big_plains", IsTest: true},
|
||||
{Name: "half_land_half_ocean", IsTest: true},
|
||||
{Name: "ocean_and_land", IsTest: true},
|
||||
|
||||
Reference in New Issue
Block a user