diff options
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |