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>2022-05-21 13:53:06 +0200
commitf6c6cfa47e922907aa80bd892308e1aec10e9954 (patch)
tree18c214940079a902e56d6233dfd25d3f90894050 /data.js
parent9be7f7d8beb3d037cc656b06d8289c7133d1249e (diff)
downloadwashingtons-war-f6c6cfa47e922907aa80bd892308e1aec10e9954.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;
}