From 7e372b99a448a3997e79f40d2276eb0f67d4fa04 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 Jul 2021 01:30:58 +0200 Subject: crusader: Shift Jerusalem layout a bit north. --- data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.js b/data.js index 9b12794..9b8974f 100644 --- a/data.js +++ b/data.js @@ -96,7 +96,7 @@ const TOWNS = { "Gaza":{"x":300,"y":2185}, "Hama":{"x":1035,"y":477}, "Harim":{"x":700,"y":120}, - "Hebron":{"x":680,"y":2109}, + "Hebron":{"x":680,"y":2115}, "Homs":{"x":1053,"y":683}, "Jaffa":{"x":399,"y":1923}, "Jericho":{"x":836,"y":1931}, @@ -317,7 +317,7 @@ const PORTS = []; town('X', 0.5, 0.5, 3, "Jerusalem", "Amman", 1, "town"); town('X', 0.0, 0.5, 3, "Jerusalem", "Jaffa", 1, "port"); town('Y', 0.5, 0.5, 3, "Jerusalem", "Ramallah", 0, "town"); - town('X', 0.5, 0.5, 3, "Jerusalem", "Jerusalem", 3, "town"); + town('X', 0.5, 0.4, 3, "Jerusalem", "Jerusalem", 3, "town"); town('Y', 0.5, 0.5, 3, "Jerusalem", "Jericho", 0, "town"); town('X', 0.1, 0.5, 6, "Jerusalem", "Ascalon", 2, "port"); town('Y', 0.5, 0.5, 3, "Jerusalem", "Lachish", 0, "town"); -- cgit v1.2.3