added suez canal

This commit is contained in:
Evan
2024-12-27 10:21:09 -08:00
parent c9c10ccfa8
commit 2ceeda051d
4 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 KiB

After

Width:  |  Height:  |  Size: 823 KiB

File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8,7 +8,7 @@ import { TerrainTile } from '../core/game/Game';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const mapName = "Oceania"
const mapName = "WorldMap"
interface Coord {
x: number;