summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
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;
}