mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 20:33:32 +00:00
Add new map, iberia, france, north africa (#285)
Addition of new map, 'Gateway to the Atlantic' covering Iberia, France, and North Africa. Tested via loading to local build, ensuring the game launched succesfully, and ran a full game through to completion. Confirmed thumbnail is displayed in the UI. Discovered possibly undocumented bug: minimap binary generation fails if either the width or height of the provided map image is an odd number. Not sure what proper tests for a new map would look like, hope this is sufficient testing.      
This commit is contained in:
@@ -13,6 +13,7 @@ const maps = [
|
||||
"Oceania",
|
||||
"NorthAmerica",
|
||||
"SouthAmerica",
|
||||
"GatewayToTheAtlantic",
|
||||
];
|
||||
|
||||
async function loadTerrainMaps() {
|
||||
|
||||
Reference in New Issue
Block a user