mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 06:50:48 +00:00
add map generator
This commit is contained in:
@@ -9,6 +9,5 @@
|
||||
"num_land_tiles": 10000,
|
||||
"width": 100
|
||||
},
|
||||
"nations": [],
|
||||
"name": "Big Plains"
|
||||
}
|
||||
|
||||
+2
-3
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 16,
|
||||
"num_land_tiles": 160,
|
||||
"num_land_tiles": 128,
|
||||
"width": 16
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 8,
|
||||
"num_land_tiles": 48,
|
||||
"num_land_tiles": 32,
|
||||
"width": 8
|
||||
},
|
||||
"nations": [],
|
||||
"name": "Half Land Half Ocean"
|
||||
}
|
||||
|
||||
+2
-3
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 16,
|
||||
"num_land_tiles": 178,
|
||||
"num_land_tiles": 134,
|
||||
"width": 16
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 8,
|
||||
"num_land_tiles": 50,
|
||||
"num_land_tiles": 33,
|
||||
"width": 8
|
||||
},
|
||||
"nations": [],
|
||||
"name": "Ocean and Land"
|
||||
}
|
||||
|
||||
-1
@@ -9,6 +9,5 @@
|
||||
"num_land_tiles": 2500,
|
||||
"width": 50
|
||||
},
|
||||
"nations": [],
|
||||
"name": "Plains"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user