atompacman / Xerof

2D survival simulator (AI sandbox)
1 stars 1 forks source link

Adding east and weast border setting to map gen #53

Closed FXRoux closed 8 years ago

atompacman commented 8 years ago

On peut déjà :P Essais de mettre ça dans le fichier config de la map:

atompacman commented 8 years ago
    "Borders": {
        "EAST":  { "Width": 2,  "EnvType": "TUNDRA" },
        "NORTH": { "Width": 4,  "EnvType": "ROCKY" },
        "WEST":  { "Width": 7,  "EnvType": "TUNDRA" },
        "SOUTH": { "Width": 10, "EnvType": "GRASSLAND" }
    },