summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/play.js b/play.js
index 9a5b1c1..75e92d2 100644
--- a/play.js
+++ b/play.js
@@ -30,11 +30,11 @@ function find_piece(name) {
for (let info of data.reinforcements)
info.list = info.list.map(name => find_piece(name))
-let yoff = 1555
-let xoff = 36
-let hex_dx = 58.67
-let hex_dy = 68
-let hex_r = 56 >> 1
+const yoff = 1555
+const xoff = 36
+const hex_dx = 58.67
+const hex_dy = 68
+const hex_r = 56 >> 1
function set_has(set, item) {
if (!set)