summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-10-27 15:52:14 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-10-27 15:52:14 +0000
commit882e4d532cd05476d3cb7e13b85cc6afe5953dbb (patch)
tree18e17e579270798b44b56ea65b8f336c3b18f1e3
parente11d375f616296f632c831e990d097e6bc18b233 (diff)
download1989-dawn-of-freedom-882e4d532cd05476d3cb7e13b85cc6afe5953dbb.tar.gz
Start TST markers off the track
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index f786be2..23d7c45 100644
--- a/play.js
+++ b/play.js
@@ -505,7 +505,7 @@ function layout_stability_marker() {
ui.stability.style.top = y - 25 + "px"
}
-let TST_X = [ 53, 53 + 69, 53 + 69 * 2, 53 + 69 * 3, 53 + 69 * 4, 53 + 69 * 5, 53 + 69 * 6, 556 ]
+let TST_X = [ 0, 53, 53 + 69, 53 + 69 * 2, 53 + 69 * 3, 53 + 69 * 4, 53 + 69 * 5, 53 + 69 * 6, 556 ]
let TST_Y = [ 2128, 2257 ]
function layout_tst_marker(e, v, top) {