connect ocean on asia map to allow boats

This commit is contained in:
Evan
2025-02-23 20:37:39 -08:00
parent a7f08b5233
commit 4ccd6071c6
4 changed files with 558 additions and 25050 deletions
+437 -20033
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 KiB

After

Width:  |  Height:  |  Size: 751 KiB

+120 -5016
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -7,7 +7,7 @@ import { fileURLToPath } from "url";
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const mapName = "Europe";
const mapName = "Asia";
interface Coord {
x: number;