summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-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