summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-05-21 13:53:06 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-21 00:28:20 +0200
commitb8b7d6cbac17100688bb48467033343eac0c1f05 (patch)
treee1629158f12594c71476fcbae051781b312adeba /data.js
parentbd220ea527eaf640636a5a80a6c4cd654a7e25d8 (diff)
downloadwashingtons-war-b8b7d6cbac17100688bb48467033343eac0c1f05.tar.gz
Full map.
Diffstat (limited to 'data.js')
-rw-r--r--data.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.js b/data.js
index 8e692a5..ef4932d 100644
--- a/data.js
+++ b/data.js
@@ -36,10 +36,12 @@ function getEdge(A, B) {
let info = {};
function box(category, A, x, y) {
+ x += 40; y += 36;
BOXES[A] = { name: A, category: category, x: x, y: y };
}
function space(colony, name, x, y, type) {
+ x += 40; y += 36;
if (type == 'winter-quarters') {
x += 1; y += 1;
}