summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-14 18:02:51 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-14 18:02:51 +0000
commit4ea61251d418391a0974c8c7e7c80defe741714e (patch)
treec5373173abaab14649cf236e8be058f0b5eedac4
parent353d1e6265f6296905897024a7ae8a7f99ed4925 (diff)
download1989-dawn-of-freedom-4ea61251d418391a0974c8c7e7c80defe741714e.tar.gz
Reposition marker off VP track
-rw-r--r--play.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.js b/play.js
index c113f9b..d4c1bbd 100644
--- a/play.js
+++ b/play.js
@@ -540,6 +540,12 @@ function layout_vp_marker() {
if (view.vp === 0) {
y = 2425 + 25
x = 843 + 28
+ } else if (view.vp === -21) {
+ y = 2424 + 25
+ x = 803 + 28 - 651
+ } else if (view.vp === 21) {
+ y = 2424 + 25
+ x = 883 + 28 + 651
} else if (view.vp < 0) {
if (view.vp & 1) {
y = 2456 + 25