From 3c984c07780c36ba92f0b83843cc157355b826af Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Jul 2021 21:58:01 +0200 Subject: crusader: Pool tweaks. --- data.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data.js') diff --git a/data.js b/data.js index 0255d5a..7ab693b 100644 --- a/data.js +++ b/data.js @@ -129,8 +129,8 @@ const TOWNS = { "France":{"x":140,"y":573}, "England":{"x":140,"y":873}, "Sea":{"x":320,"y":900}, - "FP":{"x":50,"y":2150}, - "SP":{"x":125,"y":2150}, + "FP":{"x":15,"y":573+21+66}, + "SP":{"x":1275-15,"y":573+21+66}, "Dead":{"x":50,"y":80}, }; @@ -264,10 +264,10 @@ const PORTS = []; TOWNS[name].wrap = wrap; } - town('Y', 0.0, 0.0, 30, "Pool", "FP", 0, "pool"); - town('Y', 0.0, 0.0, 30, "Pool", "SP", 0, "pool"); - town('Y', 1.0, 1.0, 30, "Pool", "Dead", 0, "pool"); - town('Y', 1.0, 1.0, 30, "Pool", "Sea", 0, "pool"); + town('Y', 0.5, 1.0, 50, "Pool", "FP", 0, "pool"); + town('Y', 0.5, 1.0, 50, "Pool", "SP", 0, "pool"); + town('Y', 1.0, 1.0, 3, "Pool", "Dead", 0, "pool"); + town('Y', 1.0, 1.0, 1, "Pool", "Sea", 0, "pool"); town('Y', 1.0, 0.5, 3, "Staging", "England", 3, "staging"); town('Y', 1.0, 0.5, 3, "Staging", "France", 3, "staging"); -- cgit v1.2.3